working commit
This commit is contained in:
+4
-4
@@ -11,7 +11,7 @@
|
||||
package term
|
||||
|
||||
import (
|
||||
"mstore/pkg/uuid"
|
||||
//"mstore/pkg/auxid"
|
||||
)
|
||||
|
||||
type PathUsage string
|
||||
@@ -24,11 +24,11 @@ const (
|
||||
|
||||
const (
|
||||
AnonimousUsername string = "anonymous"
|
||||
AnonymousID uuid.UUID = "10000000-0000-0000-0000-000000000001"
|
||||
AnonymousID uint64 = 1
|
||||
ServerUsername string = "server"
|
||||
ServerID uuid.UUID = "10000000-0000-0000-0000-000000000002"
|
||||
ServerID uint64 = 2
|
||||
InitUsername string = "mstore"
|
||||
InitID uuid.UUID = "10000000-0000-0000-0000-000000000005"
|
||||
InitID uint64 = 5
|
||||
)
|
||||
|
||||
type Right string
|
||||
|
||||
Reference in New Issue
Block a user