Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFreePort ¶
GetFreePort asks the kernel for a free open port that is ready to use.
Types ¶
type Server ¶
type Server struct { // Main tools Tools *tools.Toolbox DB sqlstorage.Querier FS afero.Fs // Services ConfigSvc config.Service SpacesSvc spaces.Service SchedulerSvc scheduler.Service DavSessionsSvc davsessions.Service WebSessionsSvc websessions.Service OauthSessionsSvc oauthsessions.Service OauthConsentsSvc oauthconsents.Service DFSSvc dfs.Service Files files.Service UsersSvc users.Service RunnerSvc runner.Service MasterKeySvc masterkey.Service StatsSvc stats.Service User *users.User }
Click to show internal directories.
Click to hide internal directories.