DBAbstract

This commit is contained in:
mr
2026-03-19 11:32:51 +01:00
parent 93ad8db9a8
commit 6641d38d9d
3 changed files with 6 additions and 1 deletions

View File

@@ -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