services

package
v1.56.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const BasePath = "/api/config/v1/aws/credentials"
View Source
const SchemaID = "v1:config:credentials:aws:services"
View Source
const ServiceSchemaID = "v1:config:credentials:aws:services:all"

Variables

This section is empty.

Functions

func Service

func Service(credentials *settings.Credentials) settings.CRUDService[*services.Settings]

Types

type SupportedService

type SupportedService struct {
	CloudProviderServiceType string `json:"cloudProviderServiceType"`
	Name                     string `json:"name"`
	EntityType               string `json:"entityType"`
	DisplayName              string `json:"displayName"` // suffix `(built-in)` for built in services
	BuiltIn                  bool   `json:"-"`
}

type SupportedServicesService

type SupportedServicesService struct {
	// contains filtered or unexported fields
}

func NewSupportedServicesService

func NewSupportedServicesService(credentials *settings.Credentials) *SupportedServicesService

func (*SupportedServicesService) Get

func (*SupportedServicesService) IsBuiltIn

func (me *SupportedServicesService) IsBuiltIn(name string) (bool, error)

func (*SupportedServicesService) List

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL