vndcontext

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VContext

type VContext struct {
	echo.Context
}

func (*VContext) RequestContext

func (c *VContext) RequestContext() context.Context

func (*VContext) RequestId

func (c *VContext) RequestId() string

func (*VContext) UserId

func (c *VContext) UserId() (string, error)

type VndContext

type VndContext interface {
	echo.Context
	RequestContext() context.Context
	RequestId() string
	UserId() (string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL