Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyIdValue = errors.New("could not perform current action with an empty id")
View Source
var ErrInvalidContextValue = errors.New("could not extract context value")
Functions ¶
This section is empty.
Types ¶
type ConfigHandler ¶
type ConfigHandler struct {
// contains filtered or unexported fields
}
func NewConfigHandler ¶
func NewConfigHandler( client client.Client, boxClient shared.BoxAPI, jwtManager crypto.JwtManager, hasher crypto.Hasher, formatManager format.FormatManager, server *config.ServerConfig, onlyoffice *shared.OnlyofficeConfig, logger plog.Logger, ) ConfigHandler
func (ConfigHandler) BuildConfig ¶
func (c ConfigHandler) BuildConfig( ctx context.Context, payload request.BoxState, res *response.BuildConfigResponse, ) error
Click to show internal directories.
Click to hide internal directories.