Documentation
¶
Index ¶
- type DockerConnect
- func (d *DockerConnect) BatchUpload(ctx context.Context, dir string) (*batchUploader, error)
- func (d *DockerConnect) Command(ctx context.Context, args ...string) (string, error)
- func (d *DockerConnect) Download(ctx context.Context, hostFile string) (io.Reader, error)
- func (d *DockerConnect) Upload(ctx context.Context, file string, size int64, r io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerConnect ¶
type DockerConnect struct { Host string Container string // contains filtered or unexported fields }
DockerConnect represent a connection to a docker service
func NewDockerConnection ¶
func (*DockerConnect) BatchUpload ¶
func (d *DockerConnect) BatchUpload(ctx context.Context, dir string) (*batchUploader, error)
Click to show internal directories.
Click to hide internal directories.