Versions in this module Expand all Collapse all v0 v0.0.1 Feb 29, 2024 Changes in this version + func New(version string) func() provider.Provider + func NewApplicationDataSource() datasource.DataSource + func NewApplicationResource() resource.Resource + type ApplicationDataSource struct + func (d *ApplicationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...) + func (d *ApplicationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...) + func (d *ApplicationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) + func (d *ApplicationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...) + type ApplicationDataSourceModel struct + Description types.String + Id types.String + Name types.String + Priority types.String + Token types.String + type ApplicationResource struct + func (r *ApplicationResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...) + func (r *ApplicationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) + func (r *ApplicationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) + func (r *ApplicationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...) + func (r *ApplicationResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...) + func (r *ApplicationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) + func (r *ApplicationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) + func (r *ApplicationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) + type ApplicationResourceModel struct + Description types.String + Id types.String + Name types.String + Priority types.String + Token types.String + type GotifyProvider struct + func (p *GotifyProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...) + func (p *GotifyProvider) DataSources(ctx context.Context) []func() datasource.DataSource + func (p *GotifyProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...) + func (p *GotifyProvider) Resources(ctx context.Context) []func() resource.Resource + func (p *GotifyProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) + type GotifyProviderModel struct + Token types.String + Url types.String + var Config GotifyProviderModel