Documentation
¶
Index ¶
- Constants
- Variables
- func Find(plugins iter.Seq[tdl.Plugin], pred func(tdl.Plugin) bool) (tdl.Plugin, bool)
- func FirstAvailable(target tdl.Target) (tdl.Plugin, error)
- func FromPath(name string) tdl.Plugin
- func Sorted[O Ordered](seq iter.Seq[O]) []O
- func Static() iter.Seq[tdl.Plugin]
- func Unwrap(plugin tdl.Plugin) []tdl.Plugin
- func UnwrapAll(plugins []tdl.Plugin) []tdl.Plugin
- type Aggregate
- type Ordered
Constants ¶
View Source
const UnwrapDepth = 3
Variables ¶
View Source
var Uml2Ts tdl.Plugin = NewAggregate( fromPath{"uml2ts", true, 50}, github.NewRelease("tdl-linux-amd64.tar.gz", "0.0.30", github.WithArchiveContents("uml2ts"), ), docker.New(nil, "ghcr.io/unstoppablemango/uml2ts:v0.0.30"), )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.