Documentation
¶
Index ¶
- func Release(r Releaser)
- type Attr
- func (a Attr) Append(value string)
- func (a Attr) AppendObject(value any)
- func (a Attr) IsSet() bool
- func (a Attr) Name() string
- func (a Attr) ReadBool() (bool, bool)
- func (a Attr) ReadObject() (any, bool)
- func (a Attr) ReadObjectArray() ([]any, bool)
- func (a Attr) ReadString() (string, bool)
- func (a Attr) Render(w io.Writer) error
- func (a Attr) Set(value string)
- func (a Attr) SetBool(value bool)
- func (a Attr) SetObject(value any)
- type AttrMod
- type Attrs
- type Comp
- type Context
- type Cursor
- func (c Cursor) AddProxy(proxy ...Proxy)
- func (c Cursor) AttrAppend(name string, value string) error
- func (c Cursor) AttrAppendObject(name string, value any) error
- func (c Cursor) AttrMod(mut ...AttrMod) error
- func (c Cursor) AttrSet(name string, value string) error
- func (c Cursor) AttrSetAny(name string, value any) error
- func (c Cursor) AttrSetBool(name string, value bool) error
- func (c Cursor) AttrSetObject(name string, value any) error
- func (c Cursor) HeadClose() error
- func (c Cursor) HeadInit(tag string) error
- func (c Cursor) HeadInitVoid(tag string) error
- func (c Cursor) HeadSubmit() error
- func (c Cursor) Noop(any)
- func (c Cursor) WriteAny(any any) error
- func (c Cursor) WriteComp(comp Comp) error
- func (c Cursor) WriteElem(elem Elem) error
- func (c Cursor) WriteFprint(any any) error
- func (c Cursor) WriteFunc(f func(w io.Writer) error) error
- func (c Cursor) WriteJob(job Job) error
- func (c Cursor) WriteRaw(text string) error
- func (c Cursor) WriteTempl(templ Templ) error
- func (c Cursor) WriteText(text string) error
- type Elem
- type HeadError
- type HeadKind
- type Job
- type JobComp
- type JobError
- type JobFprint
- type JobFunc
- type JobHeadClose
- type JobHeadOpen
- type JobRaw
- type JobTempl
- type JobText
- type Printer
- type Proxy
- type Releaser
- type Templ
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attr ¶
type Attr = *attr
func (Attr) AppendObject ¶
func (Attr) ReadObject ¶
func (Attr) ReadObjectArray ¶
func (Attr) ReadString ¶
type Cursor ¶
type Cursor = *cursor
func (Cursor) HeadInitVoid ¶
func (Cursor) HeadSubmit ¶
func (Cursor) WriteFprint ¶
func (Cursor) WriteTempl ¶
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.