Documentation ¶
Overview ¶
Package initupload determines the output status of clone operations and posts that status along with artifacts and logs to cloud storage
Index ¶
Constants ¶
View Source
const ( // JSONConfigEnvVar is the environment variable that // utilities expect to find a full JSON configuration // in when run. JSONConfigEnvVar = "INITUPLOAD_OPTIONS" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { *gcsupload.Options // Log is the log file to which clone records are written. // If unspecified, no clone records are uploaded. Log string `json:"log,omitempty"` }
func (*Options) ConfigVar ¶
ConfigVar exposes the environment variable used to store serialized configuration
func (*Options) LoadConfig ¶
LoadConfig loads options from serialized config
Click to show internal directories.
Click to hide internal directories.