Documentation
¶
Index ¶
- func NewCloudEnumerator() *cloudEnumeratorBuilder
- type CloudEnumerator
- func (e *CloudEnumerator) Enumerate(input *enumeration.EnumerateInput) (*enumeration.EnumerateOutput, error)
- func (e *CloudEnumerator) GetSchema() (*enumeration.GetSchemasOutput, error)
- func (e *CloudEnumerator) List(typ string) (*ListOutput, error)
- func (e *CloudEnumerator) Refresh(input *enumeration.RefreshInput) (*enumeration.RefreshOutput, error)
- type ListOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudEnumerator ¶
func NewCloudEnumerator() *cloudEnumeratorBuilder
Types ¶
type CloudEnumerator ¶
type CloudEnumerator struct {
// contains filtered or unexported fields
}
func (*CloudEnumerator) Enumerate ¶
func (e *CloudEnumerator) Enumerate(input *enumeration.EnumerateInput) (*enumeration.EnumerateOutput, error)
func (*CloudEnumerator) GetSchema ¶
func (e *CloudEnumerator) GetSchema() (*enumeration.GetSchemasOutput, error)
func (*CloudEnumerator) List ¶
func (e *CloudEnumerator) List(typ string) (*ListOutput, error)
func (*CloudEnumerator) Refresh ¶
func (e *CloudEnumerator) Refresh(input *enumeration.RefreshInput) (*enumeration.RefreshOutput, error)
type ListOutput ¶
type ListOutput struct { Resources []*resource.Resource Diagnostics diagnostic.Diagnostics }
Click to show internal directories.
Click to hide internal directories.