Versions in this module Expand all Collapse all v1 v1.0.1 Nov 15, 2023 v1.0.0 Sep 19, 2023 Changes in this version + var ErrSemaphoreNotAllowed = errors.New("could not acquire semaphore") + type AuthController struct + func NewAuthController(client client.Client, boxClient shared.BoxAPI, jwtManager crypto.JwtManager, ...) AuthController + func (c AuthController) BuildGetAuth() http.HandlerFunc + func (c AuthController) BuildGetRedirect() http.HandlerFunc + type EditorController struct + func NewEditorController(client client.Client, server *config.ServerConfig, store *sessions.CookieStore, ...) EditorController + func (c EditorController) BuildGetEditor() http.HandlerFunc + type FileController struct + func NewFileController(client client.Client, boxClient shared.BoxAPI, jwtManager crypto.JwtManager, ...) FileController + func (c FileController) BuildConvertFile() http.HandlerFunc + func (c FileController) BuildConvertPage() http.HandlerFunc