Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "events", Short: "Retrieve events", TraverseChildren: true, GroupID: "resources", }
Functions ¶
This section is empty.
Types ¶
type EventResult ¶
type EventResult struct { BlockEvents []flow.BlockEvents Events []flow.Event }
func (*EventResult) JSON ¶
func (e *EventResult) JSON() any
func (*EventResult) Oneliner ¶
func (e *EventResult) Oneliner() string
func (*EventResult) String ¶
func (e *EventResult) String() string
Click to show internal directories.
Click to hide internal directories.