Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBuild ¶
func RunBuild(unitConfig *unitconfig.UnitConfig, contextDir string, channels ...chan interface{}) error
RunBuild runs a complete build for the provided unit config. Currently, the channels argument is ignored but will be used in the future along with the LogMsg and StatusMsg interfaces
Types ¶
type LogMsg ¶
type LogMsg interface {
BuildID() string
Level() int // type may change
Msg() string
Stream() Stream
}
LogMsg is the tentative interface for the structs returned on the log messages channel
Click to show internal directories.
Click to hide internal directories.

