Documentation
¶
Index ¶
- type Config
- type Format
- type Manager
- func (m *Manager) Cached(env string, cfg Config) (Result, bool)
- func (m *Manager) Resolve(ctx context.Context, env string, cfg Config) (Result, error)
- func (m *Manager) SetExecFunc(fn func(context.Context, Config) ([]byte, error))
- func (m *Manager) SetRunFunc(fn func(context.Context, Config) (runOutput, error))
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) SetExecFunc ¶
Click to show internal directories.
Click to hide internal directories.