We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394e375 commit 94c6c14Copy full SHA for 94c6c14
internal/fwserver/server.go
@@ -70,11 +70,6 @@ type Server struct {
70
// access from race conditions.
71
actionFuncsMutex sync.Mutex
72
73
- // ListResourceConfigureData is the
74
- // [provider.ConfigureResponse.ListResourceData] field value which is passed
75
- // to [list.ConfigureRequest.ProviderData].
76
- ListResourceConfigureData any
77
-
78
// dataSourceSchemas is the cached DataSource Schemas for RPCs that need to
79
// convert configuration data from the protocol. If not found, it will be
80
// fetched from the DataSourceType.GetSchema() method.
0 commit comments