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