Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultFabricV1Image = fabricImage + `:1.4` DefaultFabricV2Image = fabricImage + `:2.5` )
View Source
const (
ContainerGoPath = `/go`
)
Variables ¶
View Source
var ErrContainerNotCreated = errors.New(`container not created`)
View Source
var ErrFileNotFound = errors.New(`file not found`)
View Source
var ErrUnsupportedFabricVersion = errors.New(`unsupported fabric version`)
Functions ¶
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func CreateContainer ¶
func (*Container) DownloadPath ¶
type CreateContainerOpt ¶
type CreateContainerOpt func(*docker.CreateContainerOptions)
type Packer ¶
type Packer struct {
// contains filtered or unexported fields
}
func (*Packer) PackFromFiles ¶
Click to show internal directories.
Click to hide internal directories.