hellokvclient

package
v0.0.0-...-3fab713 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetRequest

type GetRequest = hellokv.GetRequest

type GetResponse

type GetResponse = hellokv.GetResponse

type Hellokv

type Hellokv interface {
	Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
	Set(ctx context.Context, in *SetRequest, opts ...grpc.CallOption) (*SetResponse, error)
}

func NewHellokv

func NewHellokv(cli zrpc.Client) Hellokv

type SetRequest

type SetRequest = hellokv.SetRequest

type SetResponse

type SetResponse = hellokv.SetResponse

Jump to

Keyboard shortcuts

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