Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigReader ¶
ConfigReader is an autogenerated mock type for the ConfigReader type
func NewConfigReader ¶
func NewConfigReader(t interface { mock.TestingT Cleanup(func()) }) *ConfigReader
NewConfigReader creates a new instance of ConfigReader. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ConfigReader) GetAuthorsFileContents ¶
func (_m *ConfigReader) GetAuthorsFileContents(ctx context.Context, authorsPath string) (string, error)
GetAuthorsFileContents provides a mock function with given fields: ctx, authorsPath
func (*ConfigReader) GetSkCQCfg ¶
GetSkCQCfg provides a mock function with given fields: ctx
func (*ConfigReader) GetTasksCfg ¶
func (_m *ConfigReader) GetTasksCfg(ctx context.Context, tasksJSONPath string) (*specs.TasksCfg, error)
GetTasksCfg provides a mock function with given fields: ctx, tasksJSONPath
Click to show internal directories.
Click to hide internal directories.