Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PvObj ¶
type PvObj struct {
Kind string `json:"kind",yaml:"kind"`
Spec interface{} `json:"spec",yaml:"spec"`
}
PvObj generic object
type PvObjAccount ¶
PvObjAccount spec contains an Account type
type PvObjAsset ¶
PvObjAsset spec contains an Asset type
type PvObjectStore ¶
type PvObjectStore struct {
Backend string
// contains filtered or unexported fields
}
PvObjectManager
func (*PvObjectStore) LoadObjectsFromPath ¶
func (m *PvObjectStore) LoadObjectsFromPath(path string) error
LoadObjects
func (*PvObjectStore) ObjectStore ¶
func (m *PvObjectStore) ObjectStore() map[string]map[string][]byte
ObjectsInStore
Click to show internal directories.
Click to hide internal directories.