Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CPUProfileFilePathEnvKey ... CPUProfileFilePathEnvKey = "BITRISE_MACHINE_CPU_PROFILE_FILEPATH" // WorkdirEnvKey ... WorkdirEnvKey = "BITRISE_MACHINE_WORKDIR" // WorkdirKey ... WorkdirKey = "workdir" // LogLevelEnvKey ... LogLevelEnvKey = "LOGLEVEL" // LogLevelKey ... LogLevelKey = "loglevel" // EnvironmentParamKey ... EnvironmentParamKey = "environment" // ConfigTypeIDParamKey ... ConfigTypeIDParamKey = "config-type-id" // HelpKey ... HelpKey = "help" // VersionKey ... VersionKey = "version" // TimeoutFlagKey ... TimeoutFlagKey = "timeout" // AbortCheckURLFlagKey ... AbortCheckURLFlagKey = "abort-check-url" // LogFormatFlagKey ... LogFormatFlagKey = "logformat" // ForceFlagKey ... ForceFlagKey = "force" // FullFlagKey ... FullFlagKey = "full" )
View Source
const (
// LogFormatJSON ...
LogFormatJSON = "json"
)
Variables ¶
View Source
var ( // MachineWorkdir ... MachineWorkdir = freezable.String{} // MachineParamsAdditionalEnvs ... MachineParamsAdditionalEnvs = freezable.StringSlice{} // MachineConfigTypeID ... MachineConfigTypeID = freezable.String{} )
Functions ¶
Types ¶
type AbortCheckModel ¶
type AbortCheckModel struct { StatusStr string `json:"status"` IsAborted bool `json:"is_aborted"` ErrorMessage string `json:"error_msg"` }
AbortCheckModel ...
type LogChunkModel ¶
LogChunkModel ...
type LogSummaryModel ¶
type LogSummaryModel struct {
GeneratedChunkCount int64 `json:"generated_chunk_count"`
}
LogSummaryModel ...
type RunResults ¶
RunResults ...
Click to show internal directories.
Click to hide internal directories.