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 (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
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 (w *Event_Lookup) Pb() batchdbpb.Event_Type
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 (w *Event_LookupResponse) Pb() batchdbpb.Event_Type
func (*Event_LookupResponse) Unwrap ¶
func (w *Event_LookupResponse) Unwrap() *batchdbpb.LookupBatchResponse
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 (w *Event_Store) Pb() batchdbpb.Event_Type
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 (w *Event_Stored) Pb() batchdbpb.Event_Type
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 }
Click to show internal directories.
Click to hide internal directories.