Documentation ¶
Index ¶
Constants ¶
View Source
const (
ResourceType_Api = "api"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiDetails ¶
type ApiDetails struct {
URL string
}
type DetailsResponse ¶
type ResourceService ¶
type ResourceService interface { // Details - The details endpoint Details(ResourceType, name string) (*DetailsResponse[any], error) }
ResourceService - Base resource service interface for providers
type ResourceType ¶
type ResourceType = string
type UnimplementResourceService ¶
type UnimplementResourceService struct{}
func (*UnimplementResourceService) Details ¶
func (*UnimplementResourceService) Details(typ ResourceType, name string) (*DetailsResponse[any], error)
Click to show internal directories.
Click to hide internal directories.