Documentation ¶
Index ¶
- func Save(path string, mgr *Manager) error
- type Manager
- func (m *Manager) All(handle string) (garden.Properties, error)
- func (m *Manager) DestroyKeySpace(handle string) error
- func (m *Manager) Get(handle string, name string) (string, bool)
- func (m *Manager) MarshalJSON() ([]byte, error)
- func (m *Manager) MatchesAll(handle string, props garden.Properties) bool
- func (m *Manager) Remove(handle string, name string) error
- func (m *Manager) Set(handle string, name string, value string)
- func (m *Manager) UnmarshalJSON(data []byte) error
- type NoSuchKeySpaceError
- type NoSuchPropertyError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) DestroyKeySpace ¶
func (*Manager) MarshalJSON ¶
func (*Manager) MatchesAll ¶
func (m *Manager) MatchesAll(handle string, props garden.Properties) bool
func (*Manager) UnmarshalJSON ¶
type NoSuchKeySpaceError ¶
type NoSuchKeySpaceError struct {
Message string
}
func (NoSuchKeySpaceError) Error ¶
func (e NoSuchKeySpaceError) Error() string
type NoSuchPropertyError ¶
type NoSuchPropertyError struct {
Message string
}
func (NoSuchPropertyError) Error ¶
func (e NoSuchPropertyError) Error() string
Click to show internal directories.
Click to hide internal directories.