Documentation ¶
Index ¶
- func New(version string) func() provider.Provider
- func NewChannelResource() resource.Resource
- func NewChannelRewardResource() resource.Resource
- func NewGameDataSource() datasource.DataSource
- type TwitchProvider
- func (p *TwitchProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *TwitchProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *TwitchProvider) Functions(ctx context.Context) []func() function.Function
- func (p *TwitchProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *TwitchProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *TwitchProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type TwitchProviderModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChannelResource ¶
func NewGameDataSource ¶
func NewGameDataSource() datasource.DataSource
Types ¶
type TwitchProvider ¶
type TwitchProvider struct {
// contains filtered or unexported fields
}
TwitchProvider defines the provider implementation.
func (*TwitchProvider) Configure ¶
func (p *TwitchProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*TwitchProvider) DataSources ¶
func (p *TwitchProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*TwitchProvider) Functions ¶
func (p *TwitchProvider) Functions(ctx context.Context) []func() function.Function
func (*TwitchProvider) Metadata ¶
func (p *TwitchProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*TwitchProvider) Resources ¶
func (p *TwitchProvider) Resources(ctx context.Context) []func() resource.Resource
func (*TwitchProvider) Schema ¶
func (p *TwitchProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Click to show internal directories.
Click to hide internal directories.