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 3506d06 commit 394e375Copy full SHA for 394e375
internal/fwserver/server.go
@@ -70,6 +70,11 @@ 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