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 6a6f19c commit c9060a6Copy full SHA for c9060a6
internal/fwserver/server.go
@@ -42,7 +42,6 @@ type Server struct {
42
// to [ephemeral.ConfigureRequest.ProviderData].
43
EphemeralResourceConfigureData any
44
45
-
46
// ListResourceConfigureData is the
47
// [provider.ConfigureResponse.ListResourceData] field value which is passed
48
// to [list.ConfigureRequest.ProviderData].
@@ -53,7 +52,6 @@ type Server struct {
53
52
// to [action.ConfigureRequest.ProviderData].
54
ActionConfigureData any
55
56
57
// actionSchemas is the cached Action Schemas for RPCs that need to
58
// convert configuration data from the protocol. If not found, it will be
59
// fetched from the Action.Schema() method.
0 commit comments