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