Documentation ¶
Overview ¶
TODO:
- expansion - {foo}
- 'EnvSetter' ..
Index ¶
- func Bootstrap(cfg Config) (fn bt.ErrFn, err error)
- func DumpBootstrap(cfg DumpConfig, ds *eu.DeferStack) error
- func EnvBootstrap(cfg EnvConfig, ds *eu.DeferStack) error
- func LimitsBootstrap(cfg LimitsConfig, ds *eu.DeferStack) error
- func LogBootstrap(cfg LogConfig, ds *eu.DeferStack) error
- func PathsBootstrap(cfg PathsConfig, ds *eu.DeferStack) (err error)
- type Config
- type DumpConfig
- type EnvConfig
- type EnvEntry
- type FileEnvEntry
- type LimitsConfig
- type LogConfig
- type LogFormat
- type PathsConfig
- type SetEnvEntry
- type UnsetEnvEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpBootstrap ¶
func DumpBootstrap(cfg DumpConfig, ds *eu.DeferStack) error
func EnvBootstrap ¶
func EnvBootstrap(cfg EnvConfig, ds *eu.DeferStack) error
func LimitsBootstrap ¶
func LimitsBootstrap(cfg LimitsConfig, ds *eu.DeferStack) error
func LogBootstrap ¶
func LogBootstrap(cfg LogConfig, ds *eu.DeferStack) error
func PathsBootstrap ¶
func PathsBootstrap(cfg PathsConfig, ds *eu.DeferStack) (err error)
Types ¶
type Config ¶
type Config struct { Env EnvConfig Paths PathsConfig Limits LimitsConfig Log LogConfig Dump DumpConfig }
type FileEnvEntry ¶
type FileEnvEntry struct {
Name string
}
type PathsConfig ¶
type PathsConfig struct {
Cwd string
}
type SetEnvEntry ¶
type UnsetEnvEntry ¶
type UnsetEnvEntry struct {
Key string
}
Click to show internal directories.
Click to hide internal directories.