Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCsvIsNotSupported = errors.New("csv is not supported")
Functions ¶
This section is empty.
Types ¶
type ConvertController ¶
type ConvertController struct {
// contains filtered or unexported fields
}
func NewConvertController ¶
func NewConvertController( client client.Client, api aclient.DropboxClient, jwtManager crypto.JwtManager, fileUtil onlyoffice.OnlyofficeFileUtility, onlyoffice *shared.OnlyofficeConfig, hasher crypto.Hasher, server *config.ServerConfig, credentials *oauth2.Config, logger log.Logger, ) ConvertController
func (ConvertController) BuildConvertFile ¶
func (c ConvertController) BuildConvertFile() http.HandlerFunc
func (ConvertController) BuildConvertPage ¶
func (c ConvertController) BuildConvertPage() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.