Documentation
¶
Index ¶
Constants ¶
View Source
const ( //server DefaultHost = "0.0.0.0" DefaultLogLevel = "DEV" DefaultPort = 3001 //csrf middleware DefaultCSRFProtection = false DefaultCSRFSecure = false DefaultCSRFDomain = "localhost" //jwt middleware DefaultSigningKey = "secret" DefaultTokenLookup = "cookie:jwt" DefaultSigningMethod = "HS256" )
Variables ¶
This section is empty.
Functions ¶
func InitiateModule ¶
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) PrintDebugLogs ¶
func (m *Module) PrintDebugLogs()
Click to show internal directories.
Click to hide internal directories.