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 177467d commit cdcb3c7Copy full SHA for cdcb3c7
internal/fwserver/server.go
@@ -41,7 +41,6 @@ type Server struct {
41
// to [ephemeral.ConfigureRequest.ProviderData].
42
EphemeralResourceConfigureData any
43
44
-
45
// ListResourceConfigureData is the
46
// [provider.ConfigureResponse.ListResourceData] field value which is passed
47
// to [list.ConfigureRequest.ProviderData].
@@ -70,7 +69,6 @@ type Server struct {
70
69
// access from race conditions.
71
actionFuncsMutex sync.Mutex
72
73
74
// dataSourceSchemas is the cached DataSource Schemas for RPCs that need to
75
// convert configuration data from the protocol. If not found, it will be
76
// fetched from the DataSourceType.GetSchema() method.
0 commit comments