cli

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagDefChainID         = "def-chain-id"
	FlagServiceName        = "service-name"
	FlagServiceDescription = "service-description"
	FlagTags               = "tags"
	FlagAuthorDescription  = "author-description"
	FlagIdlContent         = "idl-content"
	FlagFile               = "file"
	FlagProvider           = "provider"
	FlagBindChainID        = "bind-chain-id"
	FlagBindType           = "bind-type"
	FlagDeposit            = "deposit"
	FlagPrices             = "prices"
	FlagAvgRspTime         = "avg-rsp-time"
	FlagUsableTime         = "usable-time"
	FlagExpiration         = "expiration"
	FlagMethodID           = "method-id"
	FlagServiceFee         = "service-fee"
	FlagReqData            = "request-data"
	FlagRespData           = "response-data"
	FlagErrMsg             = "error-msg"
	FlagProfiling          = "profiling"
	FlagReqChainId         = "request-chain-id"
	FlagReqId              = "request-id"
)
View Source
const NULL = "null"

Variables

View Source
var (
	FsDefChainID         = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceName        = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceDescription = flag.NewFlagSet("", flag.ContinueOnError)
	FsTags               = flag.NewFlagSet("", flag.ContinueOnError)
	FsAuthorDescription  = flag.NewFlagSet("", flag.ContinueOnError)
	FsIdlContent         = flag.NewFlagSet("", flag.ContinueOnError)
	FsFile               = flag.NewFlagSet("", flag.ContinueOnError)
	FsProvider           = flag.NewFlagSet("", flag.ContinueOnError)
	FsBindChainID        = flag.NewFlagSet("", flag.ContinueOnError)
	FsBindType           = flag.NewFlagSet("", flag.ContinueOnError)
	FsDeposit            = flag.NewFlagSet("", flag.ContinueOnError)
	FsPrices             = flag.NewFlagSet("", flag.ContinueOnError)
	FsAvgRspTime         = flag.NewFlagSet("", flag.ContinueOnError)
	FsUsableTime         = flag.NewFlagSet("", flag.ContinueOnError)
	FsExpiration         = flag.NewFlagSet("", flag.ContinueOnError)
	FsMethodID           = flag.NewFlagSet("", flag.ContinueOnError)
	FsServiceFee         = flag.NewFlagSet("", flag.ContinueOnError)
	FsReqData            = flag.NewFlagSet("", flag.ContinueOnError)
	FsRespData           = flag.NewFlagSet("", flag.ContinueOnError)
	FsErrMsg             = flag.NewFlagSet("", flag.ContinueOnError)
	FsProfiling          = flag.NewFlagSet("", flag.ContinueOnError)
	FsReqChainId         = flag.NewFlagSet("", flag.ContinueOnError)
	FsReqId              = flag.NewFlagSet("", flag.ContinueOnError)
)

Functions

func GetCmdQuerySvcBind added in v0.8.0

func GetCmdQuerySvcBind(storeName string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcBinds added in v0.8.0

func GetCmdQuerySvcBinds(storeName string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcDef added in v0.8.0

func GetCmdQuerySvcDef(storeName string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcFees added in v0.8.0

func GetCmdQuerySvcFees(storeName string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcRequests added in v0.8.0

func GetCmdQuerySvcRequests(storeName string, cdc *codec.Codec) *cobra.Command

func GetCmdQuerySvcResponse added in v0.8.0

func GetCmdQuerySvcResponse(storeName string, cdc *codec.Codec) *cobra.Command

func GetCmdSvcBind added in v0.8.0

func GetCmdSvcBind(cdc *codec.Codec) *cobra.Command

func GetCmdSvcBindUpdate added in v0.8.0

func GetCmdSvcBindUpdate(cdc *codec.Codec) *cobra.Command

func GetCmdSvcCall added in v0.8.0

func GetCmdSvcCall(cdc *codec.Codec) *cobra.Command

func GetCmdSvcDef added in v0.8.0

func GetCmdSvcDef(cdc *codec.Codec) *cobra.Command

func GetCmdSvcDisable added in v0.8.0

func GetCmdSvcDisable(cdc *codec.Codec) *cobra.Command

func GetCmdSvcEnable added in v0.8.0

func GetCmdSvcEnable(cdc *codec.Codec) *cobra.Command

func GetCmdSvcRefundDeposit added in v0.8.0

func GetCmdSvcRefundDeposit(cdc *codec.Codec) *cobra.Command

func GetCmdSvcRefundFees added in v0.8.0

func GetCmdSvcRefundFees(cdc *codec.Codec) *cobra.Command

func GetCmdSvcRespond added in v0.8.0

func GetCmdSvcRespond(cdc *codec.Codec) *cobra.Command

func GetCmdSvcWithdrawFees added in v0.8.0

func GetCmdSvcWithdrawFees(cdc *codec.Codec) *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL