Documentation ¶
Index ¶
- func Authorize(c *gin.Context)
- func AuthorizeToken(c *gin.Context)
- func ClearSession(c *gin.Context)
- func CreateSessionHandler() (gin.HandlerFunc, error)
- func CreateTransparencyFileSystemHandler(urlPrefix, transparentRule string, fs static.ServeFileSystem) gin.HandlerFunc
- func Deauthorize(c *gin.Context)
- func FileSystemHandler(contextPath, prefixFilePath string, ...) gin.HandlerFunc
- func FolderPermissionHandler(contextPath, prefix string) gin.HandlerFunc
- func FromSessionToStoreHandler(fromSessionKey, toStoreKey string) gin.HandlerFunc
- func FromStoreToSessionHandler(fromStoreKey, toSessionKey string) gin.HandlerFunc
- func GetDirectoryFileHandler(c *gin.Context, node http.File, prefixFilePath string, filePath string)
- func IsFolderPublicHandler(contextPath, prefix string) gin.HandlerFunc
- func JsonResponceHandler(storeKey string) gin.HandlerFunc
- func PostDirectoryFileHandler(c *gin.Context, node http.File, prefixFilePath string, filePath string)
- func ProcessAccessToken(c *gin.Context)
- func ProcessRefreshToken(c *gin.Context)
- func Refresh(c *gin.Context)
- func RequestApiToken(c *gin.Context)
- func ShowAuthorizeInterfaceHander(url string) gin.HandlerFunc
- func StatusCheck(c *gin.Context)
- func VerifyAuth(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthorizeToken ¶
func ClearSession ¶
func CreateSessionHandler ¶
func CreateSessionHandler() (gin.HandlerFunc, error)
func CreateTransparencyFileSystemHandler ¶
func CreateTransparencyFileSystemHandler(urlPrefix, transparentRule string, fs static.ServeFileSystem) gin.HandlerFunc
func Deauthorize ¶
func FileSystemHandler ¶
func FolderPermissionHandler ¶
func FolderPermissionHandler(contextPath, prefix string) gin.HandlerFunc
func FromSessionToStoreHandler ¶
func FromSessionToStoreHandler(fromSessionKey, toStoreKey string) gin.HandlerFunc
func FromStoreToSessionHandler ¶
func FromStoreToSessionHandler(fromStoreKey, toSessionKey string) gin.HandlerFunc
func GetDirectoryFileHandler ¶
func IsFolderPublicHandler ¶
func IsFolderPublicHandler(contextPath, prefix string) gin.HandlerFunc
func JsonResponceHandler ¶
func JsonResponceHandler(storeKey string) gin.HandlerFunc
func ProcessAccessToken ¶
func ProcessRefreshToken ¶
func RequestApiToken ¶
func ShowAuthorizeInterfaceHander ¶
func ShowAuthorizeInterfaceHander(url string) gin.HandlerFunc
func StatusCheck ¶
func VerifyAuth ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.