Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLStore ¶ added in v1.3.0
type ACLStore struct {
// contains filtered or unexported fields
}
ACLStore has access to the stored acl information.
func (*ACLStore) CheckPrivileges ¶ added in v1.3.0
func (acl *ACLStore) CheckPrivileges( ctx context.Context, tx *sql.Tx, chainID tableland.ChainID, controller common.Address, id tables.TableID, op tableland.Operation, ) (bool, error)
CheckPrivileges checks if an address can execute a specific operation on a table.
Click to show internal directories.
Click to hide internal directories.