Documentation ¶
Index ¶
- func New(version string) func() provider.Provider
- func NewKeystoreDataSource() datasource.DataSource
- type JksProvider
- func (p *JksProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *JksProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *JksProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *JksProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *JksProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type JksProviderModel
- type KeystoreDataSource
- func (d *KeystoreDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (d *KeystoreDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *KeystoreDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type KeystoreDataSourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeystoreDataSource ¶
func NewKeystoreDataSource() datasource.DataSource
Types ¶
type JksProvider ¶
type JksProvider struct {
// contains filtered or unexported fields
}
func (*JksProvider) Configure ¶
func (p *JksProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*JksProvider) DataSources ¶
func (p *JksProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*JksProvider) Metadata ¶
func (p *JksProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*JksProvider) Resources ¶
func (p *JksProvider) Resources(ctx context.Context) []func() resource.Resource
func (*JksProvider) Schema ¶
func (p *JksProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
type JksProviderModel ¶
type JksProviderModel struct{}
type KeystoreDataSource ¶
type KeystoreDataSource struct{}
KeystoreDataSource defines the data source implementation.
func (*KeystoreDataSource) Metadata ¶
func (d *KeystoreDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
func (*KeystoreDataSource) Read ¶
func (d *KeystoreDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*KeystoreDataSource) Schema ¶
func (d *KeystoreDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Click to show internal directories.
Click to hide internal directories.