Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACL ¶
type ACL interface {
CreateGroup(groupName, ownerAddress string) error
AddMember(groupName, ownerAddress, memberAddress string, permission uint8) error
RemoveMember(groupName, ownerAddress, memberAddress string) error
RemoveGroup(groupName, ownerAddress string) error
GetGroupMembers(groupName, ownerAddress string) (map[string]uint8, error)
UpdatePermission(groupName, ownerAddress, memberAddress string, permission uint8) error
GetPermission(groupName, ownerAddress, memberAddress string) (uint8, error)
}
Click to show internal directories.
Click to hide internal directories.