Documentation ¶
Index ¶
- type Client
- func (c *Client) AddJob(CI string, Organization string, Repository string, RunId int64) (string, error)
- func (c *Client) CreateJobsIndex() error
- func (c *Client) CreateWorkflowIndex(CI string, Organization string, Repository string, RunId int64) (string, error)
- func (c *Client) DeleteJob(DocumentId string) error
- func (c *Client) PendingJobs() (JobList, error)
- func (c Client) ValidateSetup() error
- type Job
- type JobList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
OpenSearch *opensearchapi.Client
}
func (*Client) CreateJobsIndex ¶
func (*Client) CreateWorkflowIndex ¶
func (*Client) PendingJobs ¶
func (Client) ValidateSetup ¶
Validate the index setup in the opensearch cluster
Click to show internal directories.
Click to hide internal directories.