import "istio.io/istio/pkg/test/echo/server/endpoint"
grpc.go http.go instance.go tcp.go util.go
type Config struct { IsServerReady IsServerReadyFunc Version string Cluster string TLSCert string TLSKey string UDSServer string Dialer common.Dialer Port *common.Port ListenerIP string }
Config for a single endpoint Instance.
Instance of an endpoint that serves the Echo application on a single port/protocol.
New creates a new endpoint Instance.
IsServerReadyFunc is a function that indicates whether the server is currently ready to handle traffic.
type OnReadyFunc func()
OnReadyFunc is a callback function that informs the server that the endpoint is ready.
Package endpoint imports 28 packages (graph) and is imported by 1 packages. Updated 2021-01-02. Refresh now. Tools for package owners.