Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct {
Results []Result `json:"results,omitempty"`
}
Payload contains the response body of a docker image tags
type PostgreSQL ¶
type PostgreSQL struct { Client client.WithWatch MaintTimeout time.Duration SgURL string // contains filtered or unexported fields }
PostgreSQL handles the maintenance of postgresql services
func (*PostgreSQL) DoMaintenance ¶
func (p *PostgreSQL) DoMaintenance(ctx context.Context) error
DoMaintenance will run postgresql's maintenance script.
type Redis ¶
type Result ¶
type Result struct { // Name is the tag Name string `json:"name,omitempty"` // TagStatus indicates if the tag is active TagStatus string `json:"tag_status,omitempty"` // ContentType indicates whether this Result is an image ContentType string `json:"content_type,omitempty"` }
Result is the object that has details of a docker image tag
Click to show internal directories.
Click to hide internal directories.