Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EitherValue ¶
type EitherValue[L any, R any] struct { marshaller.CoreModel `model:"eitherValue"` Left marshaller.Node[L] IsLeft bool Right marshaller.Node[R] IsRight bool }
func (*EitherValue[L, R]) GetNavigableNode ¶
func (v *EitherValue[L, R]) GetNavigableNode() (any, error)
func (*EitherValue[L, R]) SyncChanges ¶
func (v *EitherValue[L, R]) SyncChanges(ctx context.Context, model any, valueNode *yaml.Node) (*yaml.Node, error)
Click to show internal directories.
Click to hide internal directories.