working commit
This commit is contained in:
@@ -7,16 +7,16 @@ import (
|
||||
|
||||
"mstore/pkg/auxtool"
|
||||
"mstore/pkg/descr"
|
||||
"mstore/pkg/terms"
|
||||
"mstore/pkg/term"
|
||||
"mstore/pkg/uuid"
|
||||
)
|
||||
|
||||
// CreateGrant
|
||||
type CreateGrantParams struct {
|
||||
AccountID uuid.UUID `json:"accountID"`
|
||||
Username string `json:"username"`
|
||||
Right terms.Right `json:"operation"`
|
||||
Pattern string `json:"pattern"`
|
||||
AccountID uuid.UUID `json:"accountID"`
|
||||
Username string `json:"username"`
|
||||
Right term.Right `json:"operation"`
|
||||
Pattern string `json:"pattern"`
|
||||
}
|
||||
type CreateGrantResult struct {
|
||||
GrantID uuid.UUID `json:"grantId"`
|
||||
|
||||
Reference in New Issue
Block a user