Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdCreateFeed() *cobra.Command
- func GetCmdEditFeed() *cobra.Command
- func GetCmdPauseFeed() *cobra.Command
- func GetCmdQueryFeed() *cobra.Command
- func GetCmdQueryFeedValue() *cobra.Command
- func GetCmdQueryFeeds() *cobra.Command
- func GetCmdStartFeed() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagFeedName = "feed-name" FlagAggregateFunc = "aggregate-func" FlagValueJsonPath = "value-json-path" FlagLatestHistory = "latest-history" FlagDescription = "description" FlagServiceName = "service-name" FlagProviders = "providers" FlagInput = "input" FlagTimeout = "timeout" FlagServiceFeeCap = "service-fee-cap" FlagFrequency = "frequency" FlagThreshold = "threshold" FlagCreator = "creator" FlagFeedState = "state" )
Variables ¶
View Source
var ( FsCreateFeed = flag.NewFlagSet("", flag.ContinueOnError) FsStartFeed = flag.NewFlagSet("", flag.ContinueOnError) FsPauseFeed = flag.NewFlagSet("", flag.ContinueOnError) FsEditFeed = flag.NewFlagSet("", flag.ContinueOnError) FsQueryFeed = flag.NewFlagSet("", flag.ContinueOnError) FsQueryFeeds = flag.NewFlagSet("", flag.ContinueOnError) FsQueryFeedValue = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdCreateFeed ¶
GetCmdCreateFeed implements defining a feed command
func GetCmdEditFeed ¶
GetCmdEditFeed implements editing a feed command
func GetCmdPauseFeed ¶
GetCmdPauseFeed implements pausing a running feed command
func GetCmdQueryFeed ¶
GetCmdQueryFeed implements the query feed definition command
func GetCmdQueryFeedValue ¶
GetCmdQueryFeedValue implements the query feed value command
func GetCmdQueryFeeds ¶
GetCmdQueryFeed implements the query feed definitions command
func GetCmdStartFeed ¶
GetCmdStartFeed implements starting a feed command
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for the oracle module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.