Versions in this module Expand all Collapse all v2 v2.0.1 Oct 14, 2022 Changes in this version + type Credential objectstorage.Credential + func (c Credential) Columns() []string + func (c Credential) Keys() []string + func (c Credential) String() string + func (c Credential) Values() map[string]interface{} + type CredentialService struct + func NewCredentialService(client goclient.Client) CredentialService + func (c CredentialService) List(ctx context.Context) ([]Credential, error) + type Instance objectstorage.Instance + func (i Instance) Columns() []string + func (i Instance) Keys() []string + func (i Instance) String() string + func (i Instance) Values() map[string]interface{} + type InstanceCreate = objectstorage.InstanceCreate + type InstanceService struct + func NewInstanceService(client goclient.Client) InstanceService + func (i InstanceService) Create(ctx context.Context, data InstanceCreate) (Instance, error) + func (i InstanceService) Delete(ctx context.Context, id int) error + func (i InstanceService) List(ctx context.Context) ([]Instance, error)