kick out print

This commit is contained in:
mr
2024-08-05 10:10:58 +02:00
parent 1e8cb98098
commit dd5f8f5b2d
3 changed files with 27 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ type ShallowDBObject interface {
GenerateID()
GetID() string
GetName() string
Deserialize(j map[string]interface{}) DBObject
Serialize() map[string]interface{}
}
type DBObject interface {