File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ type ComputeInstanceWithListResourceConfigValidators struct {
2424func (c * ComputeInstance ) Configure (_ context.Context , _ resource.ConfigureRequest , _ * resource.ConfigureResponse ) {
2525}
2626
27- func (c * ComputeInstance ) ListResourceConfigSchema (_ context.Context , _ resource.SchemaRequest , _ resource.SchemaResponse ) {
27+ func (c * ComputeInstance ) ListResourceConfigSchema (_ context.Context , _ resource.SchemaRequest , _ * resource.SchemaResponse ) {
2828}
2929
30- func (c * ComputeInstance ) ListResource (_ context.Context , _ list.ListResourceRequest , _ list.ListResourceResponse ) {
30+ func (c * ComputeInstance ) ListResource (_ context.Context , _ list.ListResourceRequest , _ * list.ListResourceResponse ) {
3131}
3232
3333func (c * ComputeInstance ) Metadata (_ context.Context , _ resource.MetadataRequest , _ * resource.MetadataResponse ) {
You can’t perform that action at this time.
0 commit comments