grpc

package
v1.31.4 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2023 License: Unlicense Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClientConn added in v1.14.10

func NewClientConn(params ClientConnParams) (*grpc.ClientConn, error)

NewClientConn for gRPC.

func NewServiceClient added in v1.15.7

func NewServiceClient(params ServiceClientParams) v1.ServiceClient

NewServiceClient for gRPC.

func NewTask added in v1.15.7

func NewTask(params TaskParams) task.Task

NewTask for gRPC.

func Register

func Register(params RegisterParams)

Register client.

Types

type ClientConnParams added in v1.14.10

type ClientConnParams struct {
	fx.In

	Lifecycle fx.Lifecycle
	Config    *sgrpc.Config
	Logger    *zap.Logger
	Tracer    opentracing.Tracer
	Client    *client.Config
	Metrics   *prometheus.ClientMetrics
}

ClientConnParams for gRPC.

type RegisterParams

type RegisterParams struct {
	fx.In

	Lifecycle fx.Lifecycle
	Task      task.Task
}

RegisterParams for gRPC.

type ServiceClientParams added in v1.15.7

type ServiceClientParams struct {
	fx.In

	Conn *grpc.ClientConn
}

ServiceClientParams for gRPC.

type Task added in v1.15.7

type Task struct {
	// contains filtered or unexported fields
}

Task for gRPC.

func (*Task) Perform added in v1.15.7

func (t *Task) Perform(ctx context.Context) error

Perform getting config.

type TaskParams added in v1.15.7

type TaskParams struct {
	fx.In

	Client       v1.ServiceClient
	Config       *client.Config
	Tracer       opentracing.Tracer
	Logger       *zap.Logger
	OutputConfig *cmd.OutputConfig
}

TaskParams for gRPC.

Directories

Path Synopsis
logger
zap
trace

Jump to

Keyboard shortcuts

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