Documentation ¶
Index ¶
Constants ¶
View Source
const ( PermRead = 1 << iota PermWrite PermCreate PermDelete PermAdmin PermAll = 0x1f )
Constants for ACL permissions
Variables ¶
View Source
var ( DubboRootPath = "/dubbo" ProvidersPath = "providers" ConsumersPath = "consumers" IgnoredHostNames = []string{"metadata", "config"} ConfiguratorPath = DubboRootPath + "/config/dubbo" )
Some default settings.
Functions ¶
Types ¶
type PathCache ¶
type PathCache struct { Path string Cached map[string]bool // contains filtered or unexported fields }
PathCache ...
type PathCacheEvent ¶
type PathCacheEvent struct { EventType PathCacheEventType Path string Paths []string }
PathCacheEvent ...
type PathCacheEventType ¶
type PathCacheEventType int
PathCacheEventType ...
const ( PathCacheEventAdded PathCacheEventType = iota PathCacheEventDeleted PathCacheEventChanged PathCacheEventChildrenReplaced )
Enumeration of PathCacheEventType
Click to show internal directories.
Click to hide internal directories.