Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
ContractDeploy() *errors.Error
YinPlant(req YinPlantReq) (*YinPlantResp, *errors.Error)
ValueLoad(req ValueLoadReq) (*ValueLoadResp, *errors.Error)
}
type ValueLoadResp ¶
type ValueLoadResp struct {
TTM int64 `json:"ttm"`
Items []*ValueSpItem `bson:"items" json:"items"`
Paging *load.Paging `bson:"paging" json:"paging"`
}
type ValueSpItem ¶
type YinPlantReq ¶
type YinPlantResp ¶
Click to show internal directories.
Click to hide internal directories.