blob: 7462233b4e7f4381bbffe44c34b8aed906bdeae8 [file] [log] [blame]
package whisk
type SdkService struct {
client *Client
}
// Structure for SDK request responses
type Sdk struct {
// TODO :: Add SDK fields
}
type SdkRequest struct {
// TODO :: Add SDK
}
// Install artifact {component = docker || swift}
func (s *SdkService) Install(component string) {
}