Documentation ¶
Index ¶
- func GetEvent(msg proto.Message, events []sdk.Event) (e sdk.Event, found bool)
- func GogoPageReqToPulsarPageReq(from *query.PageRequest) (*queryv1beta1.PageRequest, error)
- func GogoToPulsarSlow(from gogoproto.Message, to proto.Message) error
- func MatchEvent(expected proto.Message, emitted sdk.Event) error
- func PulsarPageResToGogoPageRes(from *queryv1beta1.PageResponse) (*query.PageResponse, error)
- func PulsarToGogoSlow(from proto.Message, to gogoproto.Message) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEvent ¶
GetEvent searches through the sdk.Events and attempts to return the sdk.Event whose type matches the proto.MessageName of the passed msg.
func GogoPageReqToPulsarPageReq ¶
func GogoPageReqToPulsarPageReq(from *query.PageRequest) (*queryv1beta1.PageRequest, error)
func MatchEvent ¶
MatchEvent matches the values in a proto message to a sdk.Event.
func PulsarPageResToGogoPageRes ¶
func PulsarPageResToGogoPageRes(from *queryv1beta1.PageResponse) (*query.PageResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.