Documentation ¶
Index ¶
- type FilterGenerator
- type GmailfilterProvider
- func (p *GmailfilterProvider) GetName() string
- func (p *GmailfilterProvider) GetProviderData(arg ...string) map[string]interface{}
- func (p *GmailfilterProvider) GetResourceConnections() map[string]map[string][]string
- func (p *GmailfilterProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
- func (p *GmailfilterProvider) Init(args []string) error
- func (p *GmailfilterProvider) InitService(serviceName string, verbose bool) error
- type GmailfilterService
- type LabelGenerator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterGenerator ¶
type FilterGenerator struct {
GmailfilterService
}
func (*FilterGenerator) InitResources ¶
func (g *FilterGenerator) InitResources() error
type GmailfilterProvider ¶
type GmailfilterProvider struct { terraformutils.Provider // contains filtered or unexported fields }
func (*GmailfilterProvider) GetName ¶
func (p *GmailfilterProvider) GetName() string
func (*GmailfilterProvider) GetProviderData ¶
func (p *GmailfilterProvider) GetProviderData(arg ...string) map[string]interface{}
func (*GmailfilterProvider) GetResourceConnections ¶
func (p *GmailfilterProvider) GetResourceConnections() map[string]map[string][]string
func (*GmailfilterProvider) GetSupportedService ¶
func (p *GmailfilterProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
GetGCPSupportService return map of support service for GCP
func (*GmailfilterProvider) Init ¶
func (p *GmailfilterProvider) Init(args []string) error
func (*GmailfilterProvider) InitService ¶
func (p *GmailfilterProvider) InitService(serviceName string, verbose bool) error
type GmailfilterService ¶
type GmailfilterService struct {
terraformutils.Service
}
type LabelGenerator ¶
type LabelGenerator struct {
GmailfilterService
}
func (*LabelGenerator) InitResources ¶
func (g *LabelGenerator) InitResources() error
Click to show internal directories.
Click to hide internal directories.