Documentation
¶
Index ¶
- func Debug(msgs ...interface{})
- func Error(msgs ...interface{})
- func Info(msgs ...interface{})
- func NewServer(port int) (*server, error)
- func Register(pattern string, handleFunc interface{})
- func RegisterController(prefix string, ctrls ...interface{})
- func RegisterStatic(prefix, staticPath string)
- func RegisterUpload(pattern, filename, savePath string)
- func RegisterUploadWithFunc(pattern, filename string, handleFunc interface{})
- func Warn(msgs ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterController ¶
func RegisterController(prefix string, ctrls ...interface{})
func RegisterStatic ¶
func RegisterStatic(prefix, staticPath string)
func RegisterUpload ¶
func RegisterUpload(pattern, filename, savePath string)
func RegisterUploadWithFunc ¶
func RegisterUploadWithFunc(pattern, filename string, handleFunc interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.