Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SessionNotFound = conuwa.NewError(conuwa.SessionNotFound) SessionGenFail = conuwa.NewError(conuwa.SessionGenFail) )
Functions ¶
This section is empty.
Types ¶
type BaseSession ¶
type BaseSession struct {
Role RoleType `json:"role,omitempty" yaml:"role,omitempty"`
}
func (*BaseSession) BaseSession ¶
func (p *BaseSession) BaseSession() *BaseSession
type Session ¶
type Session[M sessionInterface] struct {
// contains filtered or unexported fields
}
func NewSession ¶
func (*Session[M]) GenSessionId ¶
Click to show internal directories.
Click to hide internal directories.