Documentation ¶
Index ¶
- func NewApp() (godd.InterfaceApp, *http.ServeMux)
- type AppNetHTTP
- func (app *AppNetHTTP) App() interface{}
- func (app *AppNetHTTP) Get(path string, context *godd.Context, handleList ...godd.Handler) godd.InterfaceHTTP
- func (app *AppNetHTTP) GetFramework() godd.FrameWork
- func (app *AppNetHTTP) Group(path string, context *godd.Context, handleList ...godd.Handler) godd.InterfaceHTTP
- func (app *AppNetHTTP) IsSupportHTTP() bool
- func (app *AppNetHTTP) Listen(port string, extraList ...interface{}) error
- func (app *AppNetHTTP) SetApp(newApp interface{})
- func (app *AppNetHTTP) Shutdown() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppNetHTTP ¶
type AppNetHTTP struct {
// contains filtered or unexported fields
}
AppNetHTTP struct
func (*AppNetHTTP) Get ¶
func (app *AppNetHTTP) Get(path string, context *godd.Context, handleList ...godd.Handler) godd.InterfaceHTTP
Get func
func (*AppNetHTTP) GetFramework ¶
func (app *AppNetHTTP) GetFramework() godd.FrameWork
GetFramework func
func (*AppNetHTTP) Group ¶
func (app *AppNetHTTP) Group(path string, context *godd.Context, handleList ...godd.Handler) godd.InterfaceHTTP
Group func
func (*AppNetHTTP) IsSupportHTTP ¶
func (app *AppNetHTTP) IsSupportHTTP() bool
=============================================================================
func (*AppNetHTTP) Listen ¶
func (app *AppNetHTTP) Listen(port string, extraList ...interface{}) error
Listen func
func (*AppNetHTTP) SetApp ¶ added in v0.0.57
func (app *AppNetHTTP) SetApp(newApp interface{})
SetApp func
Click to show internal directories.
Click to hide internal directories.