Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerTrackListCmd ¶
type PeerTrackListCmd struct { *base.Base Store track.ExtendedPeerstore }
func (*PeerTrackListCmd) Help ¶
func (c *PeerTrackListCmd) Help() string
type PeerTrackTeeCmd ¶
type PeerTrackTeeCmd struct { *base.Base Store track.ExtendedPeerstore Match string `ask:"--match" help:"Datastore key path matcher regex, to select what to track changes of. Empty to match everything."` // TODO support http api, db, socket, websocket, anything. Dest string `ask:"--dest" help:"Destination to direct events to. Could be: log,csv,evlog,evcsv,json"` Path string `ask:"--path" help:"Path, address or other destination uri"` Key string `ask:"--key" help:"Optional API key or authentication for the chosen destination type"` }
func (*PeerTrackTeeCmd) Default ¶
func (c *PeerTrackTeeCmd) Default()
func (*PeerTrackTeeCmd) Help ¶
func (c *PeerTrackTeeCmd) Help() string
Click to show internal directories.
Click to hide internal directories.