Change Identifiable interface to only use GetID() uint function
This commit is contained in:
parent
d41e6301e5
commit
579bb031c7
|
@ -2,7 +2,6 @@ package db
|
|||
|
||||
type Identifiable interface {
|
||||
GetID() uint
|
||||
SetID(id uint)
|
||||
}
|
||||
|
||||
type UserIdentifiable interface {
|
||||
|
|
Loading…
Reference in New Issue
Block a user