Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Hello = new(HelloController)
View Source
var Upload = new(UploadController)
Functions ¶
This section is empty.
Types ¶
type HelloController ¶
type HelloController struct {
app.Controller
}
func (*HelloController) Index ¶
func (t *HelloController) Index(req *requests.IndexRequest) (string, any)
type UploadController ¶
type UploadController struct {
app.Controller
}
Click to show internal directories.
Click to hide internal directories.