Documentation
¶
Index ¶
- func BuildAndUploadImage(buildSettings BuildSettings, ch chan<- string) error
- func ComposePull(cf, service string, output io.Writer) error
- func ComposeRemove(cf, service string, output io.Writer) error
- func ComposeStop(cf, service string, output io.Writer) error
- func ComposeUp(cf, service string, output io.Writer) error
- func GetClient() *client.Client
- func GetServiceContainerId(cf, service string) (string, error)
- func Init()
- func NewFixLinebreakMiddleware(next io.Writer) io.Writer
- func Ps() []types.Container
- type BuildSettings
- type ChanWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAndUploadImage ¶
func BuildAndUploadImage(buildSettings BuildSettings, ch chan<- string) error
func GetServiceContainerId ¶
Types ¶
type BuildSettings ¶
type BuildSettings struct {
Repo *database.Repository
}
type ChanWriter ¶
type ChanWriter struct {
// contains filtered or unexported fields
}
func NewChanWriter ¶
func NewChanWriter(ch chan<- string) *ChanWriter
Click to show internal directories.
Click to hide internal directories.