Documentation ¶
Index ¶
Constants ¶
View Source
const ( CHANNELREADERS = policies.ChannelApplicationReaders CHANNELWRITERS = policies.ChannelApplicationWriters )
Variables ¶
This section is empty.
Functions ¶
func RegisterACLProvider ¶
func RegisterACLProvider(prov ACLProvider)
---------- ACLProvider intialized once SCCs are brought up by peer --------- RegisterACLProvider will be called to register an ACLProvider. Users can write their own ACLProvider and register. If not provided, the standard resource based ACLProvider will be created and registered
Types ¶
type ACLProvider ¶
type InvalidIdInfo ¶
type InvalidIdInfo string
InvalidIdInfo
func (InvalidIdInfo) Error ¶
func (e InvalidIdInfo) Error() string
type PolicyNotFound ¶
type PolicyNotFound string
PolicyNotFound cache for resource
func (PolicyNotFound) Error ¶
func (e PolicyNotFound) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.