Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CloudMindTradeSet = wire.NewSet( NewCloudMindTrade, wire.Struct(new(CloudMindTrade), "*"), wire.Bind(new(ICloudMindTrade), new(*CloudMindTrade)), )
Functions ¶
func NewCloudMindTrade ¶
func NewCloudMindTrade(config *config.Config) tradeservice.Client
Types ¶
type CloudMindTrade ¶
type CloudMindTrade struct {
tradeservice.Client
}
type ICloudMindTrade ¶
type ICloudMindTrade interface { tradeservice.Client }
Click to show internal directories.
Click to hide internal directories.