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 SupportedServicesService ¶
type SupportedServicesService struct {
// contains filtered or unexported fields
}
func NewSupportedServicesService ¶
func NewSupportedServicesService(credentials *settings.Credentials) *SupportedServicesService
func (*SupportedServicesService) Get ¶
func (me *SupportedServicesService) Get(ctx context.Context, name string) (*SupportedService, error)
func (*SupportedServicesService) IsBuiltIn ¶
func (me *SupportedServicesService) IsBuiltIn(name string) (bool, error)
func (*SupportedServicesService) List ¶
func (me *SupportedServicesService) List(ctx context.Context) (map[string]*SupportedService, error)
Click to show internal directories.
Click to hide internal directories.