Documentation
¶
Index ¶
- type BigBang
- type Env
- func (h Env) DataFileStoreVersion() string
- func (env *Env) Genesis(bb BigBang)
- func (s Env) GetConfigPrivate() config_immutable_io.ConfigLoadedPrivate
- func (s Env) GetConfigPublic() config_immutable_io.ConfigLoadedPublic
- func (a Env) GetEnv() env_ui.Env
- func (s Env) GetLockSmith() interfaces.LockSmith
- func (h Env) GetStoreVersion() interfaces.StoreVersion
- func (s Env) MakeBlobStore() interfaces.LocalBlobStore
- func (s Env) ReadAllLevel2Files(p string, w interfaces.FuncIter[string]) (err error)
- func (s Env) ReadAllShas(p string, w interfaces.FuncIter[*sha.Sha]) (err error)
- func (s Env) ReadAllShasForBlobs(w interfaces.FuncIter[*sha.Sha]) (err error)
- func (s Env) ReadCloserCache(p string) (sha.ReadCloser, error)
- func (s Env) ResetCache() (err error)
- func (s Env) WriteCloserCache(p string) (w sha.WriteCloser, err error)
- type ErrNotInZitDir
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigBang ¶
type BigBang struct { ids.Type Config *config_immutable.LatestPrivate Yin string Yang string ExcludeDefaultType bool ExcludeDefaultConfig bool OverrideXDGWithCwd bool }
func (*BigBang) SetFlagSet ¶
type Env ¶
type Env struct { env_local.Env interfaces.DirectoryPaths blob_store.CopyingBlobStore // contains filtered or unexported fields }
func (Env) DataFileStoreVersion ¶
func (Env) GetConfigPrivate ¶
func (s Env) GetConfigPrivate() config_immutable_io.ConfigLoadedPrivate
func (Env) GetConfigPublic ¶
func (s Env) GetConfigPublic() config_immutable_io.ConfigLoadedPublic
func (Env) GetLockSmith ¶
func (s Env) GetLockSmith() interfaces.LockSmith
func (Env) GetStoreVersion ¶
func (h Env) GetStoreVersion() interfaces.StoreVersion
func (Env) MakeBlobStore ¶
func (s Env) MakeBlobStore() interfaces.LocalBlobStore
func (Env) ReadAllLevel2Files ¶
func (Env) ReadAllShas ¶
func (Env) ReadAllShasForBlobs ¶
func (Env) ReadCloserCache ¶
func (s Env) ReadCloserCache(p string) (sha.ReadCloser, error)
func (Env) ResetCache ¶
func (Env) WriteCloserCache ¶
func (s Env) WriteCloserCache( p string, ) (w sha.WriteCloser, err error)
type ErrNotInZitDir ¶
type ErrNotInZitDir struct{}
func (ErrNotInZitDir) Error ¶
func (e ErrNotInZitDir) Error() string
func (ErrNotInZitDir) Is ¶
func (e ErrNotInZitDir) Is(target error) (ok bool)
func (ErrNotInZitDir) ShouldShowStackTrace ¶
func (e ErrNotInZitDir) ShouldShowStackTrace() bool
Click to show internal directories.
Click to hide internal directories.