Documentation ¶
Index ¶
- func All(rt *thema.Runtime) map[string]thema.Lineage
- func CueFS() fs.FS
- func DefaultChangeLineage(rt *thema.Runtime, o ...thema.BindOption) (thema.Lineage, error)
- func ExpandLineage(rt *thema.Runtime, o ...thema.BindOption) (thema.Lineage, error)
- func NarrowingLineage(rt *thema.Runtime, o ...thema.BindOption) (thema.Lineage, error)
- func RenameLineage(rt *thema.Runtime, o ...thema.BindOption) (thema.Lineage, error)
- func SingleLineage(rt *thema.Runtime, o ...thema.BindOption) (thema.Lineage, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CueFS ¶
CueFS returns an fs.FS containing the .cue files, along with a simulated cue.mod directory, making it suitable for use with load.InstancesWithThema().
func DefaultChangeLineage ¶
DefaultChangeLineage returns a handle for using the "defaultchange" exemplar lineage.
func ExpandLineage ¶
ExpandLineage returns a handle for using the "expand" exemplar lineage.
func NarrowingLineage ¶
NarrowingLineage returns a handle for using the "narrowing" exemplar lineage.
func RenameLineage ¶
RenameLineage returns a handle for using the "Rename" exemplar lineage.
func SingleLineage ¶
SingleLineage returns a handle for using the "single" exemplar lineage.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.