Documentation ¶
Index ¶
- func FromRequest(c *fiber.Ctx) context.Context
- type RequestCtx
- func (c *RequestCtx) Clone(ctx context.Context) *RequestCtx
- func (c *RequestCtx) Context() context.Context
- func (c *RequestCtx) Deadline() (deadline time.Time, ok bool)
- func (c *RequestCtx) Done() <-chan struct{}
- func (c *RequestCtx) Err() error
- func (c *RequestCtx) Value(key interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromRequest ¶
Types ¶
type RequestCtx ¶ added in v0.13.0
type RequestCtx struct { *fiber.Ctx // contains filtered or unexported fields }
func NewRequestCtx ¶ added in v0.13.0
func NewRequestCtx(c *fiber.Ctx, ctx context.Context) *RequestCtx
func (*RequestCtx) Clone ¶ added in v0.13.0
func (c *RequestCtx) Clone(ctx context.Context) *RequestCtx
func (*RequestCtx) Context ¶ added in v0.13.0
func (c *RequestCtx) Context() context.Context
func (*RequestCtx) Deadline ¶ added in v0.13.0
func (c *RequestCtx) Deadline() (deadline time.Time, ok bool)
func (*RequestCtx) Done ¶ added in v0.13.0
func (c *RequestCtx) Done() <-chan struct{}
func (*RequestCtx) Err ¶ added in v0.13.0
func (c *RequestCtx) Err() error
func (*RequestCtx) Value ¶ added in v0.13.0
func (c *RequestCtx) Value(key interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.