Documentation ¶
Index ¶
- Variables
- func Marshal(ctx context.Context, v interface{}) (map[string]interface{}, error)
- func Schema(v interface{}) map[string]*schema.Schema
- func Unmarshal(ctx context.Context, rd ResourceData, v any) error
- type Hasher
- type InvalidUnmarshalError
- type ResourceData
- type Unmarshaller
- type UnsupportedTypeError
Constants ¶
This section is empty.
Variables ¶
View Source
var NoDocumentationAvailable = "No documentation available"
Functions ¶
Types ¶
type InvalidUnmarshalError ¶
func (*InvalidUnmarshalError) Error ¶
func (e *InvalidUnmarshalError) Error() string
type ResourceData ¶
type Unmarshaller ¶
type Unmarshaller interface {
UnmarshalHCL(ctx context.Context, rd ResourceData) error
}
type UnsupportedTypeError ¶
func (UnsupportedTypeError) Error ¶
func (me UnsupportedTypeError) Error() string
Click to show internal directories.
Click to hide internal directories.