Documentation ¶
Index ¶
- Constants
- type API
- type Config
- type Context
- func (c *Context) Bind(i any) error
- func (c *Context) Done() <-chan any
- func (c *Context) Error(code int, err error)
- func (c *Context) JSON(code int, data any) error
- func (c *Context) Request() *http.Request
- func (c *Context) String(code int, s string) error
- func (c *Context) SubmitJob(ij *input.Job, listeners ...request.JobListener) (*tork.Job, error)
Constants ¶
View Source
const ( MIN_PORT = 8000 MAX_PORT = 8100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.