# Functions
NewDefaultHandlerFunc returns a gin.HandlerFunc that shows the default home page.
NewFileApiHandlerFunc returns a gin.HandlerFunc that queries the file info.
NewLoginHandlerFunc returns a gin.HandlerFunc that providers a login api.
NewManageHandlerFunc returns a gin.HandlerFunc that shows the application config.
NewPushHandlerFunc returns a gin.HandlerFunc that to manage the files.
NewReportHandlerFunc returns a gin.HandlerFunc that providers a report api to show the application status.