grpc

package
v0.0.0-...-ee1e9a0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver struct {
	Client interface {
		Get(context.Context, string, string) (interface{}, error)
		List(context.Context, string, []*libdata.Filter) ([]interface{}, error)
	}
	ImportName string
	Import     string
}

func (*Driver) Get

func (d *Driver) Get(ctx context.Context, model string, uuid string) (interface{}, error)

func (*Driver) GetImport

func (d *Driver) GetImport() string

func (*Driver) GetImportName

func (d *Driver) GetImportName() string

func (*Driver) Select

func (d *Driver) Select(ctx context.Context, model string, filters []*libdata.Filter) ([]interface{}, error)

Jump to

Keyboard shortcuts

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