Versions in this module Expand all Collapse all v0 v0.0.2 Jul 7, 2019 Changes in this version + type PvObj struct + Kind string + Spec interface{} + type PvObjAccount struct + Spec provision.Account + type PvObjAsset struct + Spec provision.Asset + type PvObjUser struct + Spec provision.User + type PvObjectStore struct + Backend string + func NewPvObjectStore(backend string) *PvObjectStore + func (m *PvObjectStore) LoadObjectsFromPath(path string) error + func (m *PvObjectStore) ObjectStore() map[string]map[string][]byte + func (m *PvObjectStore) ObjectsInStore() int + func (m *PvObjectStore) SendObjects() error