Documentation ¶
Overview ¶
Package doc builds web friendly documentation of the idl.
Index ¶
- Constants
- func Build(outDir string, idl []typeinfo.TypeSet) (err error)
- func BuildIdl(outDir string, tem *template.Template, g GlobalData) (err error)
- func BuildSlots(outDir string, tem *template.Template, g GlobalData) (err error)
- func BuildSpec(t *typeinfo.Flow) (ret string)
- func WriteDocFile(outPath string, tem *template.Template, name string, data any) (err error)
- type FlowInfo
- type GlobalData
- type PrimInfo
- type SlotInfo
Constants ¶
View Source
const SourceUrl = "https://pkg.go.dev/git.sr.ht/~ionous/tapestry"
Variables ¶
This section is empty.
Functions ¶
func BuildSlots ¶
func BuildSlots(outDir string, tem *template.Template, g GlobalData) (err error)
Types ¶
type GlobalData ¶
type GlobalData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.