DBAbstract
This commit is contained in:
@@ -40,6 +40,7 @@ type DBObject interface {
|
||||
|
||||
// Accessor is an interface that defines the basic methods for an Accessor
|
||||
type Accessor interface {
|
||||
NewObj() DBObject
|
||||
GetUser() string
|
||||
GetPeerID() string
|
||||
GetGroups() []string
|
||||
|
||||
Reference in New Issue
Block a user