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 ¶
type RequestCtx struct { *fiber.Ctx // contains filtered or unexported fields }
func NewRequestCtx ¶
func NewRequestCtx(c *fiber.Ctx, ctx context.Context) *RequestCtx
func (*RequestCtx) Clone ¶
func (c *RequestCtx) Clone(ctx context.Context) *RequestCtx
func (*RequestCtx) Context ¶
func (c *RequestCtx) Context() context.Context
func (*RequestCtx) Done ¶
func (c *RequestCtx) Done() <-chan struct{}
func (*RequestCtx) Err ¶
func (c *RequestCtx) Err() error
func (*RequestCtx) Value ¶
func (c *RequestCtx) Value(key interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.