Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceRegistration ¶
type ServiceRegistration interface { // Name is the name of this Service Name() string // SupportedDataSources returns the supported Data Sources supported by this Service SupportedDataSources() map[string]*schema.Resource // SupportedResources returns the supported Resources supported by this Service SupportedResources() map[string]*schema.Resource }
type TwilioClient ¶
type TwilioClient struct { AccountSid string TerraformVersion string Accounts *accounts.Accounts API *api.V2010 Chat *chat.Chat Conversations *conversations.Conversations Flex *flex.Flex Messaging *messaging.Messaging Proxy *proxy.Proxy Serverless *serverless.Serverless SIPTrunking *trunking.Trunking Studio *studio.Studio Sync *sync.Sync TaskRouter *taskrouter.TaskRouter Verify *verify.Verify Video *video.Video }
Click to show internal directories.
Click to hide internal directories.