Documentation ¶
Index ¶
Constants ¶
View Source
const ConsoleLogAsset = "console.log"
ConsoleLogAsset represents job asset log file name.
Variables ¶
View Source
var ( // ErrServerError is returned when the server was not able to correctly handle our request (status code >= 500). ErrServerError = errors.New("internal server error") // ErrJobNotFound is returned when the requested job was not found. ErrJobNotFound = errors.New("job was not found") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client http client.
func (*Client) GetJobAssetFileContent ¶ added in v0.22.0
func (c *Client) GetJobAssetFileContent(ctx context.Context, jobID, fileName string) ([]byte, error)
GetJobAssetFileContent returns the job asset file content.
Click to show internal directories.
Click to hide internal directories.