Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = kit.NewRouter(httptransport.Group("/monitor"))
Functions ¶
This section is empty.
Types ¶
type CreateChainHeight ¶
type CreateChainHeight struct {
httpx.MethodPost
ProjectName string `in:"path" name:"projectName"`
blockchain.CreateChainHeightReq `in:"body"`
}
func (*CreateChainHeight) Output ¶
func (r *CreateChainHeight) Output(ctx context.Context) (interface{}, error)
func (*CreateChainHeight) Path ¶
func (r *CreateChainHeight) Path() string
type CreateChainTx ¶
type CreateChainTx struct {
httpx.MethodPost
ProjectName string `in:"path" name:"projectName"`
blockchain.CreateChainTxReq `in:"body"`
}
func (*CreateChainTx) Output ¶
func (r *CreateChainTx) Output(ctx context.Context) (interface{}, error)
func (*CreateChainTx) Path ¶
func (r *CreateChainTx) Path() string
type CreateContractLog ¶
type CreateContractLog struct {
httpx.MethodPost
ProjectName string `in:"path" name:"projectName"`
blockchain.CreateContractLogReq `in:"body"`
}
func (*CreateContractLog) Output ¶
func (r *CreateContractLog) Output(ctx context.Context) (interface{}, error)
func (*CreateContractLog) Path ¶
func (r *CreateContractLog) Path() string
type RemoveChainHeight ¶
type RemoveChainHeight struct {
httpx.MethodDelete
ProjectName string `in:"path" name:"projectName"`
ChainHeightID types.SFID `in:"path" name:"chainHeightID"`
}
func (*RemoveChainHeight) Output ¶
func (r *RemoveChainHeight) Output(ctx context.Context) (interface{}, error)
func (*RemoveChainHeight) Path ¶
func (r *RemoveChainHeight) Path() string
type RemoveChainTx ¶
type RemoveChainTx struct {
httpx.MethodDelete
ProjectName string `in:"path" name:"projectName"`
ChainTxID types.SFID `in:"path" name:"chainTxID"`
}
func (*RemoveChainTx) Output ¶
func (r *RemoveChainTx) Output(ctx context.Context) (interface{}, error)
func (*RemoveChainTx) Path ¶
func (r *RemoveChainTx) Path() string
type RemoveContractLog ¶
type RemoveContractLog struct {
httpx.MethodDelete
ProjectName string `in:"path" name:"projectName"`
ContractLogID types.SFID `in:"path" name:"contractLogID"`
}
func (*RemoveContractLog) Output ¶
func (r *RemoveContractLog) Output(ctx context.Context) (interface{}, error)
func (*RemoveContractLog) Path ¶
func (r *RemoveContractLog) Path() string
Click to show internal directories.
Click to hide internal directories.