handler

package
v3.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package handler implements service debug handler embedded in go-micro services

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Debug

type Debug struct {
	// must honour the debug handler
	pb.DebugHandler
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler() *Debug

NewHandler returns an instance of the Debug Handler

func (*Debug) Health

func (d *Debug) Health(ctx context.Context, req *pb.HealthRequest, rsp *pb.HealthResponse) error

func (*Debug) Log

func (d *Debug) Log(ctx context.Context, req pb.LogRequest, rsp *pb.LogResponse) error

Log returns some log lines

func (*Debug) Stats

func (d *Debug) Stats(ctx context.Context, req *pb.StatsRequest, rsp *pb.StatsResponse) error

func (*Debug) Trace

func (d *Debug) Trace(ctx context.Context, req *pb.TraceRequest, rsp *pb.TraceResponse) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL