Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleNextStaticJsAndCssRoute ¶
func HandleNextStaticJsAndCssRoute(c interfaces.ContextWithoutSession) error
this handler is for serving js and css files
func ServerHtmlAndNonJsAndCssFiles ¶
func ServerHtmlAndNonJsAndCssFiles(c interfaces.ContextWithoutSession) error
this handler is for serving html files and other static file except js and css files
func ServerMediaFiles ¶
func ServerMediaFiles(c interfaces.ContextWithoutSession) error
this handler is for serving the static media files uploaded by user only
Types ¶
type NextFileServerController ¶
type NextFileServerController struct {
controller.BaseController `json:"-,inline"`
}
func NewNextFileServerController ¶
func NewNextFileServerController() *NextFileServerController
Click to show internal directories.
Click to hide internal directories.