Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLineParams ¶
type Config ¶
type Config struct { BaseUpdateUrl string // BaseUpdateUrl where to download updates ex: https://update.plugis.com/ (must end with /) NatsServers []string // list of nats servers, tries to connect from first to last NatsServices []natsservice.NatsServiceIntf // nats services to launch HeartbeatMetas map[string]interface{} // metas to send with heartbeat MaintenanceServiceConfig maintenance.MaintenanceServiceConfig }
RemoteAccessconfig holds the configuration parameters for remote-access service
type RemoteAccess ¶
type RemoteAccess struct {
// contains filtered or unexported fields
}
RemoteAccess holds data for a remote-access process
func NewRemoteAccess ¶
func NewRemoteAccess(config Config) *RemoteAccess
Click to show internal directories.
Click to hide internal directories.