test

package
v0.0.0-...-863def0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetConsumedCorrelationID

func GetConsumedCorrelationID(ctx context.Context) string

GetConsumedCorrelationID

func NewBinding

func NewBinding(svc Service) *serverBinding

NewBinding bind svc

func SetCorrelationID

func SetCorrelationID(ctx context.Context, v string) context.Context
CorrelationID context handlers

SetCorrelationID

Types

type Service

type Service interface {
	Test(ctx context.Context, a string, b int64) (context.Context, string, error)
}

Service

func NewClient

func NewClient(cc *grpc.ClientConn) Service

NewClient new client

func NewService

func NewService() Service

NewService create service entity

type TestRequest

type TestRequest struct {
	A string
	B int64
}

TestRequest request

type TestResponse

type TestResponse struct {
	Ctx context.Context
	V   string
}

TestResponse response

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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