Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetSystemInfo() (*domain.SystemInfo, error)
}
func NewService ¶
func NewService( c *ServiceConfig, backend domain.Backend, appRepo domain.ApplicationRepository, sshConf domain.SSHConfig, pubKey *ssh.PublicKeys, ) Service
type ServiceConfig ¶
type ServiceConfig struct {
AdditionalLinks []*domain.AdditionalLink
}
Click to show internal directories.
Click to hide internal directories.