Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultGRPCPort = 50001
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCServer ¶
type GRPCServer struct {
// contains filtered or unexported fields
}
func NewGRPCServer ¶
func NewGRPCServer() (*GRPCServer, error)
func (*GRPCServer) Check ¶
func (s *GRPCServer) Check(ctx context.Context, in *health.HealthCheckRequest) (*health.HealthCheckResponse, error)
func (*GRPCServer) StartNonBlocking ¶
func (s *GRPCServer) StartNonBlocking() error
func (*GRPCServer) Watch ¶
func (s *GRPCServer) Watch(in *health.HealthCheckRequest, _ health.Health_WatchServer) error
Click to show internal directories.
Click to hide internal directories.