Documentation
¶
Index ¶
- func AttrType() map[string]attr.Type
- func ToFieldsListValue(fields []client.ConfigField, planFields *types.List, diags *diag.Diagnostics) (types.List, types.List)
- func ToRowsListValue(rows []client.ConfigRow, planRows *types.List, diags *diag.Diagnostics) types.List
- func ToSchema() schema.SingleNestedAttribute
- func ToState(configFromPlan basetypes.ObjectValue, ...) (basetypes.ObjectValue, diag.Diagnostics)
- func ToTablesListValue(tables []client.ConfigTable, planTables *types.List, diags *diag.Diagnostics) types.List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToFieldsListValue ¶
func ToFieldsListValue(fields []client.ConfigField, planFields *types.List, diags *diag.Diagnostics) (types.List, types.List)
Creates state values for fields. Returns one value that only includes values specified in the plan, and a second value that includes all fields values
func ToRowsListValue ¶
func ToSchema ¶
func ToSchema() schema.SingleNestedAttribute
func ToState ¶
func ToState(configFromPlan basetypes.ObjectValue, configuration *client.PluginConfiguration) (basetypes.ObjectValue, diag.Diagnostics)
func ToTablesListValue ¶
func ToTablesListValue(tables []client.ConfigTable, planTables *types.List, diags *diag.Diagnostics) types.List
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.