Skip to content

Commit

Permalink
Remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Jan 15, 2025
1 parent 4897c92 commit 5d5d7c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/common/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ func NewDataSource(category ResourceCategory, name string, schema datasource.Dat
// The data arg can be used to pass information between different listers. For example, the list of stacks will be used when listing stack plugins.
type ResourceListIDsFunc func(ctx context.Context, client *Client, data any) ([]string, error)

// ResourceListFunc is a function that returns a list of resources.
type ResourceListFunc func(ctx context.Context, client *Client, data any) ([]any, error)

// Resource represents a Terraform resource, implemented either with the SDKv2 or Terraform Plugin Framework.
type Resource struct {
ResourceCommon
Expand Down

0 comments on commit 5d5d7c1

Please sign in to comment.