Documentation
¶
Index ¶
- func ErrorCode(err error) int
- func QueueIDFromQuery(q string) (qid sth.QueueID, err error)
- type CallByQueueID
- type Controller
- func (ctrl *Controller) AddRequestConfig(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) ClearQueue(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) DeleteQueue(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) DeleteRequestConfig(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) GetConfig(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) GetRequestConfig(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) Info(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) MatchRequestConfig(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) Pause(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) PauseQueue(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) PopRequest(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) ProcessMemory(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) PushRequest(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) QueueInfo(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) Queues(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) QueuesInfo(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) RedisInfo(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) Resume(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) ResumeQueue(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) SyncQueue(c *gin.Context) (sth.Result, error)
- func (ctrl *Controller) TryRequestConfig(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) ViewQueue(c *gin.Context) (result sth.Result, err error)
- func (ctrl *Controller) ViewQueues(c *gin.Context) (result sth.Result, err error)
- type InvalidBody
- type InvalidQuery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallByQueueID ¶ added in v0.0.8
CallByQueueID TODO
type Controller ¶ added in v0.1.2
Controller TODO
func (*Controller) AddRequestConfig ¶ added in v0.1.14
AddRequestConfig TODO
func (*Controller) ClearQueue ¶ added in v0.1.2
ClearQueue TODO
func (*Controller) DeleteQueue ¶ added in v0.1.2
DeleteQueue TODO
func (*Controller) DeleteRequestConfig ¶ added in v0.1.14
DeleteRequestConfig TODO
func (*Controller) GetRequestConfig ¶ added in v0.1.14
GetRequestConfig TODO
func (*Controller) MatchRequestConfig ¶ added in v0.1.14
MatchRequestConfig TODO
func (*Controller) PauseQueue ¶ added in v0.1.2
PauseQueue TODO
func (*Controller) PopRequest ¶ added in v0.1.2
PopRequest TODO
func (*Controller) ProcessMemory ¶ added in v0.1.2
ProcessMemory TODO
func (*Controller) PushRequest ¶ added in v0.1.2
PushRequest TODO
func (*Controller) QueuesInfo ¶ added in v0.1.12
QueuesInfo TODO
func (*Controller) ResumeQueue ¶ added in v0.1.2
ResumeQueue TODO
func (*Controller) TryRequestConfig ¶ added in v0.1.14
TryRequestConfig TODO
func (*Controller) ViewQueues ¶ added in v0.1.2
ViewQueues TODO
type InvalidBody ¶
type InvalidBody string
InvalidBody TODO
func (InvalidBody) Error ¶
func (e InvalidBody) Error() string
type InvalidQuery ¶
type InvalidQuery string
InvalidQuery TODO
func (InvalidQuery) Error ¶
func (e InvalidQuery) Error() string
Click to show internal directories.
Click to hide internal directories.