Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
BindAddress string
AssetsPath string
AuthDisabled bool
EndpointManagement bool
AppToContainerManagement bool //click2cloud-apptocontainer
Status *dockm.Status
UserService dockm.UserService
TeamService dockm.TeamService
TeamMembershipService dockm.TeamMembershipService
EndpointService dockm.EndpointService
AppToContainerService dockm.AppToContainerService //click2cloud-apptocontainer
ResourceControlService dockm.ResourceControlService
SettingsService dockm.SettingsService
CryptoService dockm.CryptoService
JWTService dockm.JWTService
FileService dockm.FileService
RegistryService dockm.RegistryService
DockerHubService dockm.DockerHubService
LDAPService dockm.LDAPService
StackService dockm.StackService
StackManager dockm.StackManager
Handler *handler.Handler
SSL bool
SSLCert string
SSLKey string
}
Server implements the dockm.Server interface
Click to show internal directories.
Click to hide internal directories.