Documentation
¶
Index ¶
- func NewEscapedWriter(w io.Writer) io.Writer
- func Noop(any)
- func Release(r Releaser)
- type Attr
- type AttrMod
- type Attrs
- func (a Attrs) AddMod(m AttrMod)
- func (a Attrs) ApplyMods(ctx context.Context, tag string) error
- func (a Attrs) Clone() Attrs
- func (a Attrs) Find(name string) (Attr, bool)
- func (a Attrs) Get(name string) Attr
- func (a Attrs) Has(name string) bool
- func (a Attrs) Inherit(attrs Attrs)
- func (a Attrs) List() []Attr
- type Comp
- type Cursor
- func (c Cursor) Any(any any) error
- func (c Cursor) AttrMod(mods ...AttrMod) error
- func (c Cursor) AttrSet(name string, value any) error
- func (c Cursor) Bytes(data []byte) error
- func (c Cursor) Close() error
- func (c Cursor) Comp(comp Comp) error
- func (c Cursor) CompCtx(ctx context.Context, comp Comp) error
- func (c Cursor) Context() context.Context
- func (c Cursor) Editor(editor Editor) error
- func (c Cursor) Fprint(any any) error
- func (c Cursor) Init(tag string) error
- func (c Cursor) InitContainer() error
- func (c Cursor) InitVoid(tag string) error
- func (c Cursor) Many(many ...any) error
- func (c Cursor) NewID() uint64
- func (c Cursor) Raw(text string) error
- func (c Cursor) Send(job Job) error
- func (c Cursor) Submit() error
- func (c Cursor) Templ(templ Templ) error
- func (c Cursor) TemplCtx(ctx context.Context, templ Templ) error
- func (c Cursor) Text(text string) error
- type Editor
- type EditorFunc
- type Elem
- type Error
- type HeadError
- type HeadKind
- type Job
- type JobBytes
- type JobComp
- type JobError
- type JobFprint
- type JobHeadClose
- type JobHeadOpen
- type JobRaw
- type JobTempl
- type JobText
- type Mutate
- type Output
- type Printer
- type Proxy
- type ProxyFunc
- type Releaser
- type Templ
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cursor ¶
type Cursor = *cursor
func (Cursor) InitContainer ¶ added in v0.0.12
type EditorFunc ¶ added in v0.0.38
func (EditorFunc) Edit ¶ added in v0.0.38
func (e EditorFunc) Edit(cur Cursor) error
type JobHeadClose ¶
func NewJobHeadClose ¶
func (*JobHeadClose) Context ¶
func (j *JobHeadClose) Context() context.Context
type JobHeadOpen ¶
func NewJobHeadOpen ¶
func (*JobHeadOpen) Context ¶
func (j *JobHeadOpen) Context() context.Context
type Printer ¶
func NewPrinter ¶
Click to show internal directories.
Click to hide internal directories.