Documentation
¶
Index ¶
Constants ¶
View Source
const ( RegistryPath = "/registry" DockerEventPath = "/docker_event" )
View Source
const (
HealthCheckPath = "/healthz"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClient ¶
type BaseClient struct {
// contains filtered or unexported fields
}
func NewBaseClient ¶
func NewBaseClient() *BaseClient
func (*BaseClient) DockerEvent ¶
func (c *BaseClient) DockerEvent(host string, port int, body *model.DockerEvent) error
func (*BaseClient) HealthCheck ¶
func (c *BaseClient) HealthCheck(host string, port int) error
func (*BaseClient) Registry ¶
func (c *BaseClient) Registry(host string, port int, body *model.RegistryRequest) (*model.RegistryResponse, error)
Click to show internal directories.
Click to hide internal directories.