Documentation ¶
Index ¶
- type Core
- func (c *Core) DockerReadFile(opts types.CoreReadFileOptions) types.StreamsProducer
- func (c *Core) HTTPRequest(opts types.CoreHTTPRequestOptions) types.StreamsProducer
- func (c *Core) ReadFile(opts types.CoreReadFileOptions) types.StreamsProducer
- func (c *Core) RunCommand(opts types.CoreRunCommandOptions) types.StreamsProducer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct {
// contains filtered or unexported fields
}
func New ¶
func New(dockerClient docker.CommonAPIClient) *Core
func (*Core) DockerReadFile ¶
func (c *Core) DockerReadFile(opts types.CoreReadFileOptions) types.StreamsProducer
func (*Core) HTTPRequest ¶
func (c *Core) HTTPRequest(opts types.CoreHTTPRequestOptions) types.StreamsProducer
func (*Core) ReadFile ¶
func (c *Core) ReadFile(opts types.CoreReadFileOptions) types.StreamsProducer
func (*Core) RunCommand ¶
func (c *Core) RunCommand(opts types.CoreRunCommandOptions) types.StreamsProducer
Click to show internal directories.
Click to hide internal directories.