Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClientConfigV1 = "ziti-tunneler-client.v1" ServerConfigV1 = "ziti-tunneler-server.v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { edge.Service ClientConfig *ServiceConfig ServerConfig *ServiceConfig StopHostHook func() }
type ServiceConfig ¶
type ServiceConfig struct { Protocol string Hostname string Port int PortChecks []*health.PortCheckDefinition HttpChecks []*health.HttpCheckDefinition }
func (*ServiceConfig) String ¶
func (s *ServiceConfig) String() string
Click to show internal directories.
Click to hide internal directories.