Documentation ¶
Index ¶
Constants ¶
View Source
const ( // on a peer, local and peer supplied data LocalScope = "local" PeerScope = "peer" // on a local profile, public data and private settings PublicScope = "public" SettingsScope = "settings" )
scopes for attributes
View Source
const Separator = "."
Separator for scope and the rest of path
Variables ¶
This section is empty.
Functions ¶
func GetLocalScope ¶
GetLocalScope takes a path and attaches the local scope to it
func GetPeerScope ¶
GetPeerScope takes a path and attaches the peer scope to it
func GetPublicScope ¶
GetPublicScope takes a path and attaches the pubic scope to it
func GetScopePath ¶
GetScopePath take a full path and returns the scope and the scope-less path
func GetSettingsScope ¶
GetSettingsScope takes a path and attaches the settings scope to it
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.