test *
This commit is contained in:
@@ -2,6 +2,8 @@ package utils
|
||||
|
||||
type DBObject interface {
|
||||
GenerateID()
|
||||
GetID() string
|
||||
BindID(id string)
|
||||
GetName() string
|
||||
Deserialize(j map[string]interface{}) DBObject
|
||||
Serialize() map[string]interface{}
|
||||
|
||||
Reference in New Issue
Block a user