transfer

package
v0.0.0-...-19537a5 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TClient

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

func NewClient

func NewClient(addr string) (*TClient, error)

func (TClient) Transfer

func (c TClient) Transfer() error

type TServer

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

func NewServer

func NewServer(addr string) *TServer

func (*TServer) Run

func (s *TServer) Run() error

func (TServer) Stop

func (s TServer) Stop()

type WrappedServerStream

type WrappedServerStream struct {
	grpc.ServerStream
	WrappedContext context.Context
}

func WrapServerStream

func WrapServerStream(stream grpc.ServerStream, user *auth.UserInfo) *WrappedServerStream

func (*WrappedServerStream) Context

func (w *WrappedServerStream) Context() context.Context

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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