Documentation ¶
Index ¶
- type DiggerApi
- func (d DiggerApi) ReportProject(namespace string, projectName string, configurationYaml string) error
- func (d DiggerApi) ReportProjectJobStatus(namespace string, projectName string, jobId string, status string, ...) error
- func (d DiggerApi) ReportProjectRun(namespace string, projectName string, startedAt time.Time, endedAt time.Time, ...) error
- type NoopApi
- func (n NoopApi) ReportProject(namespace string, projectName string, configurationYaml string) error
- func (n NoopApi) ReportProjectJobStatus(namespace string, projectName string, jobId string, status string, ...) error
- func (n NoopApi) ReportProjectRun(namespace string, projectName string, startedAt time.Time, endedAt time.Time, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopApi ¶
type NoopApi struct { }
func (NoopApi) ReportProject ¶
func (NoopApi) ReportProjectJobStatus ¶
Click to show internal directories.
Click to hide internal directories.