Documentation
¶
Overview ¶
Package api contains wrapper functions for communicating with the yFuzz API endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateJob ¶
CreateJob creates a yFuzz job from a link to a docker image. See https://godoc.org/github.com/yahoo/yfuzz/services/yfuzz-server/api#CreateJob
func DeleteJob ¶
DeleteJob deletes the given yFuzz job. See https://godoc.org/github.com/yahoo/yfuzz/services/yfuzz-server/api#DeleteJob
func GetJobLogs ¶
GetJobLogs retrieves the logs of a given yFuzz job, truncated to a given number of lines. See https://godoc.org/github.com/yahoo/yfuzz/services/yfuzz-server/api#GetJobLogs
func GetJobStatus ¶
GetJobStatus retrieves the status of a yFuzz job. See https://godoc.org/github.com/yahoo/yfuzz/services/yfuzz-server/api#GetJobStatus
func GetServerVersion ¶
GetServerVersion retrieves the version of the yFuzz server. See https://godoc.org/github.com/yahoo/yfuzz/services/yfuzz-server/api#GetVersion
func ListJobs ¶
func ListJobs() error
ListJobs lists all of the existing yFuzz jobs. See https://godoc.org/github.com/yahoo/yfuzz/services/yfuzz-server/api#ListJobs
Types ¶
This section is empty.