Documentation ¶
Index ¶
- type Event
- type Event_Request
- type Event_RequestOne
- type Event_Result
- type Event_ResultOne
- type Event_Type
- type Event_TypeWrapper
- type HashData
- type HashOrigin
- type HashOrigin_ContextStore
- type HashOrigin_Dsl
- type HashOrigin_Type
- type HashOrigin_TypeWrapper
- type Request
- type RequestOne
- type Result
- type ResultOne
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_Request ¶
type Event_Request struct {
Request *Request
}
func (*Event_Request) MirReflect ¶
func (*Event_Request) MirReflect() mirreflect.Type
func (*Event_Request) Pb ¶
func (w *Event_Request) Pb() hasherpb.Event_Type
func (*Event_Request) Unwrap ¶
func (w *Event_Request) Unwrap() *Request
type Event_RequestOne ¶
type Event_RequestOne struct {
RequestOne *RequestOne
}
func (*Event_RequestOne) MirReflect ¶
func (*Event_RequestOne) MirReflect() mirreflect.Type
func (*Event_RequestOne) Pb ¶
func (w *Event_RequestOne) Pb() hasherpb.Event_Type
func (*Event_RequestOne) Unwrap ¶
func (w *Event_RequestOne) Unwrap() *RequestOne
type Event_Result ¶
type Event_Result struct {
Result *Result
}
func (*Event_Result) MirReflect ¶
func (*Event_Result) MirReflect() mirreflect.Type
func (*Event_Result) Pb ¶
func (w *Event_Result) Pb() hasherpb.Event_Type
func (*Event_Result) Unwrap ¶
func (w *Event_Result) Unwrap() *Result
type Event_ResultOne ¶
type Event_ResultOne struct {
ResultOne *ResultOne
}
func (*Event_ResultOne) MirReflect ¶
func (*Event_ResultOne) MirReflect() mirreflect.Type
func (*Event_ResultOne) Pb ¶
func (w *Event_ResultOne) Pb() hasherpb.Event_Type
func (*Event_ResultOne) Unwrap ¶
func (w *Event_ResultOne) Unwrap() *ResultOne
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() hasherpb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb hasherpb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type HashData ¶
type HashData struct {
Data [][]uint8
}
func HashDataFromPb ¶
func (*HashData) MirReflect ¶
func (*HashData) MirReflect() mirreflect.Type
type HashOrigin ¶
type HashOrigin struct { Module types1.ModuleID Type HashOrigin_Type }
func HashOriginFromPb ¶
func HashOriginFromPb(pb *hasherpb.HashOrigin) *HashOrigin
func (*HashOrigin) MirReflect ¶
func (*HashOrigin) MirReflect() mirreflect.Type
func (*HashOrigin) Pb ¶
func (m *HashOrigin) Pb() *hasherpb.HashOrigin
type HashOrigin_ContextStore ¶
func (*HashOrigin_ContextStore) MirReflect ¶
func (*HashOrigin_ContextStore) MirReflect() mirreflect.Type
func (*HashOrigin_ContextStore) Pb ¶
func (w *HashOrigin_ContextStore) Pb() hasherpb.HashOrigin_Type
func (*HashOrigin_ContextStore) Unwrap ¶
func (w *HashOrigin_ContextStore) Unwrap() *types2.Origin
type HashOrigin_Dsl ¶
func (*HashOrigin_Dsl) MirReflect ¶
func (*HashOrigin_Dsl) MirReflect() mirreflect.Type
func (*HashOrigin_Dsl) Pb ¶
func (w *HashOrigin_Dsl) Pb() hasherpb.HashOrigin_Type
func (*HashOrigin_Dsl) Unwrap ¶
func (w *HashOrigin_Dsl) Unwrap() *types3.Origin
type HashOrigin_Type ¶
type HashOrigin_Type interface { mirreflect.GeneratedType Pb() hasherpb.HashOrigin_Type // contains filtered or unexported methods }
func HashOrigin_TypeFromPb ¶
func HashOrigin_TypeFromPb(pb hasherpb.HashOrigin_Type) HashOrigin_Type
type HashOrigin_TypeWrapper ¶
type HashOrigin_TypeWrapper[T any] interface { HashOrigin_Type Unwrap() *T }
type Request ¶
type Request struct { Data []*HashData Origin *HashOrigin }
func RequestFromPb ¶
func (*Request) MirReflect ¶
func (*Request) MirReflect() mirreflect.Type
type RequestOne ¶
type RequestOne struct { Data *HashData Origin *HashOrigin }
func RequestOneFromPb ¶
func RequestOneFromPb(pb *hasherpb.RequestOne) *RequestOne
func (*RequestOne) MirReflect ¶
func (*RequestOne) MirReflect() mirreflect.Type
func (*RequestOne) Pb ¶
func (m *RequestOne) Pb() *hasherpb.RequestOne
type Result ¶
type Result struct { Digests [][]uint8 Origin *HashOrigin }
func ResultFromPb ¶
func (*Result) MirReflect ¶
func (*Result) MirReflect() mirreflect.Type
type ResultOne ¶
type ResultOne struct { Digest []uint8 Origin *HashOrigin }
func ResultOneFromPb ¶
func (*ResultOne) MirReflect ¶
func (*ResultOne) MirReflect() mirreflect.Type
Click to show internal directories.
Click to hide internal directories.