Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProbeServer ¶ added in v0.4.0
type ProbeServer struct { Wg *sync.WaitGroup ClosedChan chan struct{} // contains filtered or unexported fields }
ProbeServer struct
func NewProbeServer ¶ added in v0.4.0
func NewProbeServer(ctx context.Context, logger *zap.Logger) *ProbeServer
NewProbeServer returns a new Server
type Proxy ¶
type Proxy struct { Close context.CancelFunc // contains filtered or unexported fields }
Proxy struct
Click to show internal directories.
Click to hide internal directories.