Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionTaken ¶
type ActionTaken string
ActionTaken enumerates the list of action taken on job
const ( JobCreated ActionTaken = "Created" JobEdited ActionTaken = "Updated" )
type AuditsHandler ¶
type AuditsHandler struct {
// contains filtered or unexported fields
}
AuditsHandler executes a given request to the FaaS function.
func NewAuditsHandler ¶
func NewAuditsHandler(conf *models.Config) *AuditsHandler
NewAuditsHandler returns an initialized instance of the AuditsHandler.
type JobHandler ¶
type JobHandler struct {
// contains filtered or unexported fields
}
JobHandler executes a given request to the FaaS function.
func NewJobHandler ¶
func NewJobHandler(conf *models.Config) *JobHandler
NewJobHandler returns an initialized version of JobHandler.
type JobsHandler ¶
type JobsHandler struct {
// contains filtered or unexported fields
}
JobsHandler executes a given request to the FaaS function.
func NewJobsHandler ¶
func NewJobsHandler(conf *models.Config) *JobsHandler
NewJobsHandler returns a new instance of JobsHandler.
type UpsertJobHandler ¶
type UpsertJobHandler struct {
// contains filtered or unexported fields
}
UpsertJobHandler executes a given request to the FaaS function.
func NewUpsertJobHandler ¶
func NewUpsertJobHandler(conf *models.Config) *UpsertJobHandler
NewUpsertJobHandler returns a new instance of UpsertJobHandler.
Click to show internal directories.
Click to hide internal directories.