Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2021 Changes in this version + func Debug() + func NewReplacer(store *Store) func(step *messages.Pickle_PickleStep) + func NoLog() + func Reset() + func ResetLog() + type DataScope int + const DisposableValue + const InstanceValue + const PersistentValue + type InstanceItem struct + Instance interface{} + Kind InstanceKind + type InstanceKind int + const Fixture + const GCP + const NoInstance + const Postgres + const REST + type InstanceStore map[string]InstanceItem + type KeyValueStore map[string]interface + type SeedManifest struct + Disposable map[string]interface{} + Persistent map[string]interface{} + func (s *SeedManifest) Load(store *Store) error + type Store struct + Disposable KeyValueStore + Instance InstanceStore + Persistent KeyValueStore + func NewStore() *Store + func (store *Store) Del(key string, scope DataScope) + func (store *Store) Get(key string) (value interface{}, exists bool) + func (store *Store) GetInstance(key string) (kind InstanceKind, instance interface{}, exists bool) + func (store *Store) Inject(inTo interface{}) interface{} + func (store *Store) InjectAll(inTo string) string + func (store *Store) Pick(key string, value interface{}, scope DataScope) + func (store *Store) Reset()