We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b25df9 commit f37b089Copy full SHA for f37b089
internal/provider/namespaces_data_source.go
@@ -81,7 +81,7 @@ func (d *NamespacesDataSource) Configure(_ context.Context, req datasource.Confi
81
d.client = client
82
}
83
84
-func (d *NamespacesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) {
+func (d *NamespacesDataSource) Read(ctx context.Context, _ datasource.ReadRequest, resp *datasource.ReadResponse) {
85
var data NamespacesDataSourceModel
86
87
namespacesResp, err := d.client.NamespaceService.ListNamespaces(ctx, &pb.ListNamespacesRequest{})
0 commit comments