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