Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IManager ¶
type IManager interface { Get(scopeName string) IProxyOutput Set(name string, value interface{}, scopes []string) Del(name string) }
func NewManager ¶
func NewManager() IManager
type IProxy ¶
type IProxy interface { Set(values []interface{}) IProxyOutput }
type IProxyOutput ¶
type IProxyOutput interface {
List() []interface{}
}
Click to show internal directories.
Click to hide internal directories.