Documentation
¶
Index ¶
- 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 AttrMut
- 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 ...AttrMut) 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(ctx context.Context) error
- func (c Cursor) HeadInit(ctx context.Context, tag string) error
- func (c Cursor) HeadInitVoid(ctx context.Context, tag string) error
- func (c Cursor) HeadSubmit(ctx context.Context) error
- func (c Cursor) WriteAny(ctx context.Context, any any) error
- func (c Cursor) WriteComp(ctx context.Context, comp Comp) error
- func (c Cursor) WriteElem(ctx context.Context, elem Elem) error
- func (c Cursor) WriteFprint(ctx context.Context, any any) error
- func (c Cursor) WriteFunc(ctx context.Context, f func(w io.Writer) error) error
- func (c Cursor) WriteJob(job Job) error
- func (c Cursor) WriteRaw(ctx context.Context, text string) error
- func (c Cursor) WriteTempl(ctx context.Context, templ Templ) error
- func (c Cursor) WriteText(ctx context.Context, text string) error
- type Elem
- type HeadError
- type HeadKind
- type Job
- type JobComp
- type JobElem
- type JobError
- type JobFprint
- type JobFunc
- type JobHeadClose
- type JobHeadOpen
- type JobRaw
- type JobTempl
- type JobText
- type Printer
- type Proxy
- type Templ
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attr ¶
type Attr = *attr
func (Attr) AppendObject ¶
func (Attr) ReadObject ¶
func (Attr) ReadObjectArray ¶
func (Attr) ReadString ¶
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.