Documentation ¶
Index ¶
- func ApiMain(addr string, botInterface *bot.BotInterface) func(*sync.WaitGroup)
- func CheckLogin(c echo.Context) error
- func CreateFolder(c echo.Context) error
- func DeleteFile(c echo.Context) error
- func DeleteFolder(c echo.Context) error
- func DownloadFile(i *bot.BotInterface) func(c echo.Context) error
- func GetFile(c echo.Context) error
- func GetFolder(c echo.Context) error
- func GetRoot(c echo.Context) error
- func GetTempJWTFactory() func(int64, int64) (string, error)
- func GetTree(c echo.Context) error
- func GetUser(c echo.Context) error
- func ListContent(c echo.Context) error
- func Login(botInterface *bot.BotInterface) func(c echo.Context) error
- func Register(botInterface *bot.BotInterface) func(c echo.Context) error
- func Static(prefix string, root string, fallback string) func(c echo.Context) error
- func UpdateFile(c echo.Context) error
- func UpdateFolder(c echo.Context) error
- func UploadFile(botInterface *bot.BotInterface) func(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckLogin ¶
func CheckLogin(c echo.Context) error
func CreateFolder ¶
func CreateFolder(c echo.Context) error
func DeleteFile ¶
func DeleteFile(c echo.Context) error
func DeleteFolder ¶
func DeleteFolder(c echo.Context) error
func DownloadFile ¶
func DownloadFile(i *bot.BotInterface) func(c echo.Context) error
func ListContent ¶
func ListContent(c echo.Context) error
func Login ¶
func Login(botInterface *bot.BotInterface) func(c echo.Context) error
func Register ¶
func Register(botInterface *bot.BotInterface) func(c echo.Context) error
func UpdateFile ¶
func UpdateFile(c echo.Context) error
func UpdateFolder ¶
func UpdateFolder(c echo.Context) error
func UploadFile ¶
func UploadFile(botInterface *bot.BotInterface) func(c echo.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.