Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_EXPIRATION_HOURS = 24 * 365 * 2
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserClientHandler ¶
type BrowserClientHandler struct {
// contains filtered or unexported fields
}
func NewBrowserClientHandler ¶
func NewBrowserClientHandler(db *badger.DB) BrowserClientHandler
func (BrowserClientHandler) ServeHTTP ¶
func (c BrowserClientHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type CreatePage ¶
type ErrorResponse ¶
type ResultPage ¶
type TtyClientHandler ¶
type TtyClientHandler struct {
// contains filtered or unexported fields
}
func NewTtyClientHandler ¶
func NewTtyClientHandler(db *badger.DB) TtyClientHandler
func (TtyClientHandler) ServeHTTP ¶
func (c TtyClientHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type VariantHandler ¶
func (VariantHandler) ServeHTTP ¶
func (rh VariantHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.