Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GcpApiGatewayDetails ¶
type GcpApiGatewayDetails struct {
Url string
}
type GcpResourceResolver ¶
type GcpResourceService ¶
type GcpResourceService struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*GcpResourceService, error)
func (*GcpResourceService) GetApiGatewayDetails ¶
func (g *GcpResourceService) GetApiGatewayDetails(ctx context.Context, name string) (*GcpApiGatewayDetails, error)
func (*GcpResourceService) GetProjectID ¶
func (g *GcpResourceService) GetProjectID() (string, error)
func (*GcpResourceService) GetServiceAccountEmail ¶
func (g *GcpResourceService) GetServiceAccountEmail() (string, error)
type GenericIterator ¶
Click to show internal directories.
Click to hide internal directories.