package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Nov 20, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
¶
type Header interface {
}
type Response interface {
Status(int)
GetStatusCode() int
Write(obj interface{}) error
WriteBytes([]byte) error
ContentType() string
ResponseBytes() []byte
Redirect(statusCode int, location string)
}
type UserInfo interface {
IsValid() bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.