Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllScope = []Scope{ ScopeReadServer, ScopeReadTubes, ScopeReadJobs, ScopeWriteJobs, }
View Source
var ErrNotMappable = errors.New("enum can not be mapped")
Functions ¶
This section is empty.
Types ¶
type BuryJobInput ¶
type BuryJobPayload ¶
type BuryJobPayload struct {
ID int `json:"id"`
}
type CreateJobInput ¶
type CreateJobPayload ¶
type DeleteJobInput ¶
type DeleteJobInput struct {
ID int `json:"id"`
}
type DeleteJobPayload ¶
type DeleteJobPayload struct {
ID int `json:"id"`
}
type KickJobInput ¶
type KickJobInput struct {
ID int `json:"id"`
}
type KickJobPayload ¶
type KickJobPayload struct {
ID int `json:"id"`
}
type ReleaseJobInput ¶
type ReleaseJobPayload ¶
type ReleaseJobPayload struct {
ID int `json:"id"`
}
type TubeConnection ¶
type TubeConnection struct {
Edges []TubeEdge `json:"edges"`
}
Click to show internal directories.
Click to hide internal directories.