Documentation
¶
Index ¶
- Constants
- func DisableFromEnvironment() (bool, error)
- func HostFromEnvironment() string
- type BuildLogContext
- type Client
- func (c *Client) EndBuild(ctx context.Context, err error, logContext BuildLogContext) bool
- func (c *Client) EndPush(ctx context.Context, err error, logContext PushLogContext) bool
- func (c *Client) StartBuild(fast bool, localImage bool) BuildLogContext
- func (c *Client) StartPush(fast bool, localImage bool) PushLogContext
- type PushLogContext
Constants ¶
View Source
const CoglogDisableEnvVarName = "R8_COGLOG_DISABLE"
View Source
const CoglogHostEnvVarName = "R8_COGLOG_HOST"
Variables ¶
This section is empty.
Functions ¶
func DisableFromEnvironment ¶
func HostFromEnvironment ¶
func HostFromEnvironment() string
Types ¶
type BuildLogContext ¶
type BuildLogContext struct {
// contains filtered or unexported fields
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) StartBuild ¶
func (c *Client) StartBuild(fast bool, localImage bool) BuildLogContext
type PushLogContext ¶
type PushLogContext struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.