Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EchoModule ¶
type EchoModule struct {
// contains filtered or unexported fields
}
func NewEchoHandler ¶
func NewEchoHandler() EchoModule
func (EchoModule) ServeHTTP ¶
func (mod EchoModule) ServeHTTP(w http.ResponseWriter, r *http.Request)
type HistoryModule ¶
type HistoryModule struct {
// contains filtered or unexported fields
}
func NewHistoryHandler ¶
func NewHistoryHandler() HistoryModule
func (HistoryModule) ServeHTTP ¶
func (mod HistoryModule) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.