Documentation
¶
Index ¶
- func New(version string) func() provider.Provider
- func NewModelResource() resource.Resource
- func NewStoreResource() resource.Resource
- func NewTupleResource() resource.Resource
- type ModelResouce
- type OpenFGAProvider
- type StoreResource
- type StoreResourceEmbed
- type TupleResource
- type TupleResourceEmbed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewModelResource ¶
func NewStoreResource ¶
func NewTupleResource ¶
Types ¶
type ModelResouce ¶
type ModelResouce struct { ID types.String `tfsdk:"id"` Spec types.String `tfsdk:"spec"` Store *StoreResourceEmbed `tfsdk:"store"` }
ModelResouce describes the resource data model.
type OpenFGAProvider ¶
OpenFGAProvider defines the provider implementation.
type StoreResource ¶
StoreResource describes the resource data.
type StoreResourceEmbed ¶
StoreResourceEmbed describes the nested store resource data model.
Click to show internal directories.
Click to hide internal directories.