Documentation ¶
Index ¶
Constants ¶
View Source
const JWT_SECRET = "abc"
Variables ¶
This section is empty.
Functions ¶
func GenerateJWT ¶
Types ¶
type MockContext ¶
type MockContext struct{}
func (MockContext) Done ¶
func (ctx MockContext) Done() <-chan struct{}
func (MockContext) Err ¶
func (ctx MockContext) Err() error
func (MockContext) Value ¶
func (ctx MockContext) Value(key interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.