Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedHydratorType = errors.New("hydrator type unsupported")
)
Functions ¶
This section is empty.
Types ¶
type Hydrator ¶
type Hydrator interface { Execute(heimdall.Context, *subject.Subject) error WithConfig(config map[string]any) (Hydrator, error) }
func CreateHydratorPrototype ¶
type HydratorTypeFactory ¶
Click to show internal directories.
Click to hide internal directories.