Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTMLTemplate ¶
Types ¶
type Options ¶
type Options struct {
AuthService *auth.Service
InstanceService *instance.Service
UserService *user.Service
APITokenService *api_token.Service
DeviceConfigService *device_config.Service
SessionManager SessionManager
JWTSecret string
DocsDirectory string
BaseURL string
Logger *zap.Logger
EnableDashboard bool
}
type SessionManager ¶
type SessionManager interface {
GetDiagnostics(instanceID string) interface{}
}
Click to show internal directories.
Click to hide internal directories.