Skip to content

Commit 394e375

Browse files
committed
Added actions
1 parent 3506d06 commit 394e375

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/fwserver/server.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ type Server struct {
7070
// access from race conditions.
7171
actionFuncsMutex sync.Mutex
7272

73+
// ListResourceConfigureData is the
74+
// [provider.ConfigureResponse.ListResourceData] field value which is passed
75+
// to [list.ConfigureRequest.ProviderData].
76+
ListResourceConfigureData any
77+
7378
// dataSourceSchemas is the cached DataSource Schemas for RPCs that need to
7479
// convert configuration data from the protocol. If not found, it will be
7580
// fetched from the DataSourceType.GetSchema() method.

0 commit comments

Comments
 (0)