Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustLogin ¶ added in v0.0.6
func MustLogin() gin.HandlerFunc
func ReadBody ¶
func ReadBody() gin.HandlerFunc
func Record ¶
func Record() gin.HandlerFunc
func Static ¶
func Static(prefix string, fs *StaticFileSystem) gin.HandlerFunc
Types ¶
type StaticFileSystem ¶
type StaticFileSystem struct {
// contains filtered or unexported fields
}
func NewStaticFileSystem ¶
func NewStaticFileSystem(data embed.FS, root string) *StaticFileSystem
Click to show internal directories.
Click to hide internal directories.