Versions in this module Expand all Collapse all v0 v0.2.0 Jul 29, 2021 Changes in this version + const ClientInstanceKey + var ErrCredentialsNotFound = errors.New("credentials not found") + type Client interface + Connect func(string, interface{}) error + Connection func() (string, string) + CreateCredentials func(cloudrunner.Credentials) error + CreateDeployment func(cloudrunner.Deployment) error + DB func() *gorm.DB + DeleteCredentials func(string) error + GetCredentials func(string) (cloudrunner.Credentials, error) + GetDeployment func(string) (cloudrunner.Deployment, error) + ListCredentials func() ([]cloudrunner.Credentials, error) + UpdateDeployment func(cloudrunner.Deployment) error + WithHost func(string) + WithName func(string) + WithPass func(string) + WithUser func(string) + func NewClient() Client