Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientFactory ¶
type ClientFactory interface {
Create(ip string, cert string, key string, ca string) (Client, error)
}
var Factory ClientFactory
type DockerFactory ¶
type DockerFactory struct { }
type ErrorPingClient ¶
type ErrorPingClient struct{}
func (ErrorPingClient) Ping ¶
func (f ErrorPingClient) Ping() error
type ErrorPingFactory ¶
type ErrorPingFactory struct{}
type MockClient ¶
type MockClient struct{}
func (MockClient) Ping ¶
func (f MockClient) Ping() error
Click to show internal directories.
Click to hide internal directories.