Documentation ¶
Index ¶
- func Base() hero.Result
- func StreamView() hero.Result
- func UpdateBase(ctx iris.Context) hero.Result
- func UpdateStreamView(ctx iris.Context) hero.Result
- func UpdateWebView(ctx iris.Context) hero.Result
- func WebView() hero.Result
- type APIConfig
- type DefaultConfig
- type Form
- type GeTuiConfig
- type InverseConfig
- type LogConfig
- type Stream
- type SysConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamView ¶
Types ¶
type DefaultConfig ¶
type Form ¶
type Form struct { Sys *SysConfig `json:"sys"` Api *APIConfig `json:"api"` Def *DefaultConfig `json:"default"` Log *LogConfig `json:"log"` Inverse *InverseConfig `json:"inverse"` GeTuiConfig *GeTuiConfig `json:"getui"` }
type GeTuiConfig ¶
type InverseConfig ¶
type InverseConfig struct {
Port int `json:"port"`
}
Click to show internal directories.
Click to hide internal directories.