Documentation
¶
Index ¶
- func AddCommandOutput(ctx context.Context, opts AddCommandOutputOptions)
- func AddHttpOutput(opts AddHttpOutputOptions)
- func AddJsonOutput(opts AddJsonOutputOptions)
- func AddOutputDirectory(cfg *config.Config)
- func DoHttp(options HttpOptions) ([]byte, error)
- func DownloadOutput(opts DownloadOptions)
- func WriteToFile(path string, content []byte)
- func ZipOutputDirectory(cfg *config.Config) string
- type AddCommandOutputOptions
- type AddHttpOutputOptions
- type AddJsonOutputOptions
- type DownloadOptions
- type HttpOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandOutput ¶
func AddCommandOutput(ctx context.Context, opts AddCommandOutputOptions)
AddCommandOutput opts.OutputPath must include a %d to replace the execution number when opts.Executions > 1
func AddHttpOutput ¶ added in v1.1.2
func AddHttpOutput(opts AddHttpOutputOptions)
func AddJsonOutput ¶
func AddJsonOutput(opts AddJsonOutputOptions)
func AddOutputDirectory ¶
func DoHttp ¶ added in v1.1.2
func DoHttp(options HttpOptions) ([]byte, error)
func DownloadOutput ¶ added in v1.1.2
func DownloadOutput(opts DownloadOptions)
func WriteToFile ¶
func ZipOutputDirectory ¶
Types ¶
type AddCommandOutputOptions ¶
type AddHttpOutputOptions ¶ added in v1.1.2
type AddJsonOutputOptions ¶
type DownloadOptions ¶ added in v1.1.2
Click to show internal directories.
Click to hide internal directories.