rpc

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rpc

type Rpc interface {
	StartRpc(context.Context, *sync.WaitGroup)
}

func NewRpc

func NewRpc(d *sql.DB) Rpc

type RpcService

type RpcService struct {
	RepositoryService     *db.RepositoryService
	Server                *grpc.Server
	RpcCommandResolver    *command.RpcCommandResolver
	RpcCredentialResolver *credential.RpcCredentialResolver
	RpcResolver           *rpc.RpcResolver
	RpcTokenResolver      *token.RpcTokenResolver
}

func (*RpcService) StartRpc

func (rs *RpcService) StartRpc(ctx context.Context, waitGroup *sync.WaitGroup)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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