this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

json marshal for EventHeader

+2 -2
+2 -2
cmd/relayered/stream/events.go
··· 23 23 ) 24 24 25 25 type EventHeader struct { 26 - Op int64 `cborgen:"op"` 27 - MsgType string `cborgen:"t,omitempty"` 26 + Op int64 `json:"op" cborgen:"op"` 27 + MsgType string `json:"t,omitempty" cborgen:"t,omitempty"` 28 28 } 29 29 30 30 type XRPCStreamEvent struct {