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 81b44cf commit 5742c22Copy full SHA for 5742c22
internal/providers/provider.go
@@ -142,7 +142,7 @@ type GetProviderSchemaResponse struct {
142
// prefix) to the declaration of a function.
143
Functions map[string]FunctionDecl
144
145
- // Backends maps the backend type name to that type's schema.
+ // StateStoreSchemas maps the backend type name to that type's schema.
146
StateStoreSchemas map[string]Schema
147
148
// Diagnostics contains any warnings or errors from the method call.
0 commit comments