Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶ added in v0.12.10
type Service struct { *suture.Supervisor // contains filtered or unexported fields }
func NewService ¶ added in v0.12.10
func (*Service) Accept ¶ added in v0.12.10
Accept returns a new *tls.Conn. The connection is already handshaken.
func (*Service) CommitConfiguration ¶ added in v0.12.10
func (s *Service) CommitConfiguration(from, to config.Configuration) bool
func (*Service) RelayStatus ¶ added in v0.12.10
RelayStatus returns the latency and OK status for a given relay.
func (*Service) Relays ¶ added in v0.12.10
Relays return the list of relays that currently have an OK status.
func (*Service) VerifyConfiguration ¶ added in v0.12.10
func (s *Service) VerifyConfiguration(from, to config.Configuration) error
Click to show internal directories.
Click to hide internal directories.