Documentation ¶ Index ¶ type Manager func New() *Manager func (m *Manager) Get() ([]*script.Script, error) func (m *Manager) GetWithTests() ([]*script.Script, error) func (m *Manager) Init(cfg config.ScriptsSources) error type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func New ¶ func New() *Manager func (*Manager) Get ¶ func (m *Manager) Get() ([]*script.Script, error) func (*Manager) GetWithTests ¶ added in v0.4.0 func (m *Manager) GetWithTests() ([]*script.Script, error) func (*Manager) Init ¶ func (m *Manager) Init(cfg config.ScriptsSources) error type Provider ¶ type Provider interface { Get() ([]*script.Script, error) } Source Files ¶ View all Source files manager.go Click to show internal directories. Click to hide internal directories.