Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type Credential objectstorage.Credential
func (Credential) Columns ¶
func (c Credential) Columns() []string
func (Credential) Keys ¶
func (c Credential) Keys() []string
func (Credential) String ¶
func (c Credential) String() string
func (Credential) Values ¶
func (c Credential) Values() map[string]interface{}
type CredentialService ¶
type CredentialService struct {
// contains filtered or unexported fields
}
func NewCredentialService ¶
func NewCredentialService(client goclient.Client) CredentialService
func (CredentialService) List ¶
func (c CredentialService) List(ctx context.Context) ([]Credential, error)
type Instance ¶
type Instance objectstorage.Instance
type InstanceCreate ¶
type InstanceCreate = objectstorage.InstanceCreate
type InstanceService ¶
type InstanceService struct {
// contains filtered or unexported fields
}
func NewInstanceService ¶
func NewInstanceService(client goclient.Client) InstanceService
func (InstanceService) Create ¶
func (i InstanceService) Create(ctx context.Context, data InstanceCreate) (Instance, error)
Click to show internal directories.
Click to hide internal directories.