Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinocularsServer ¶
type BinocularsServer struct {
// contains filtered or unexported fields
}
func NewBinocularsServer ¶
func NewBinocularsServer(logService service.LogService, cordonService service.CordonService) *BinocularsServer
func (*BinocularsServer) Cordon ¶ added in v0.3.69
func (b *BinocularsServer) Cordon(ctx context.Context, request *binoculars.CordonRequest) (*types.Empty, error)
func (*BinocularsServer) Logs ¶
func (b *BinocularsServer) Logs(ctx context.Context, request *binoculars.LogRequest) (*binoculars.LogResponse, error)
Click to show internal directories.
Click to hide internal directories.