Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // Index 导航网站首页 // @Tags API.admin // @Router / [get] Index() core.HandlerFunc // About 导航网站关于页 // @Tags API.admin // @Router /about [get] About() core.HandlerFunc // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.