Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GcpProvider ¶
type GcpProvider interface { // GetServiceAccountEmail for google cloud projects GetServiceAccountEmail() (string, error) GetProjectID() (string, error) common.ResourceService }
func New ¶
func New() (GcpProvider, error)
type GenericIterator ¶ added in v0.20.0
Click to show internal directories.
Click to hide internal directories.