batchdbpbtypes

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Type Event_Type
}

func EventFromPb

func EventFromPb(pb *batchdbpb.Event) *Event

func (*Event) MirReflect

func (*Event) MirReflect() mirreflect.Type

func (*Event) Pb

func (m *Event) Pb() *batchdbpb.Event

type Event_Lookup

type Event_Lookup struct {
	Lookup *batchdbpb.LookupBatch
}

func (*Event_Lookup) MirReflect

func (*Event_Lookup) MirReflect() mirreflect.Type

func (*Event_Lookup) Pb

func (*Event_Lookup) Unwrap

func (w *Event_Lookup) Unwrap() *batchdbpb.LookupBatch

type Event_LookupResponse

type Event_LookupResponse struct {
	LookupResponse *batchdbpb.LookupBatchResponse
}

func (*Event_LookupResponse) MirReflect

func (*Event_LookupResponse) MirReflect() mirreflect.Type

func (*Event_LookupResponse) Pb

func (*Event_LookupResponse) Unwrap

type Event_Store

type Event_Store struct {
	Store *batchdbpb.StoreBatch
}

func (*Event_Store) MirReflect

func (*Event_Store) MirReflect() mirreflect.Type

func (*Event_Store) Pb

func (*Event_Store) Unwrap

func (w *Event_Store) Unwrap() *batchdbpb.StoreBatch

type Event_Stored

type Event_Stored struct {
	Stored *batchdbpb.BatchStored
}

func (*Event_Stored) MirReflect

func (*Event_Stored) MirReflect() mirreflect.Type

func (*Event_Stored) Pb

func (*Event_Stored) Unwrap

func (w *Event_Stored) Unwrap() *batchdbpb.BatchStored

type Event_Type

type Event_Type interface {
	mirreflect.GeneratedType

	Pb() batchdbpb.Event_Type
	// contains filtered or unexported methods
}

func Event_TypeFromPb

func Event_TypeFromPb(pb batchdbpb.Event_Type) Event_Type

type Event_TypeWrapper

type Event_TypeWrapper[T any] interface {
	Event_Type
	Unwrap() *T
}

Jump to

Keyboard shortcuts

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