Documentation ¶ Index ¶ type Manager func New(logger *zap.Logger) *Manager func (m *Manager) Clean() func (m *Manager) Get() []modules.ModuleTest func (m *Manager) Init(cfg config.StoragesUpload) error func (m *Manager) Result() ([]modules.TestResult, 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(logger *zap.Logger) *Manager func (*Manager) Clean ¶ func (m *Manager) Clean() func (*Manager) Get ¶ func (m *Manager) Get() []modules.ModuleTest func (*Manager) Init ¶ func (m *Manager) Init(cfg config.StoragesUpload) error func (*Manager) Result ¶ func (m *Manager) Result() ([]modules.TestResult, error) type Provider ¶ type Provider interface { } Source Files ¶ View all Source files manager.go Click to show internal directories. Click to hide internal directories.