Documentation
¶
Index ¶
- type Branch
- type Buffer
- type Error
- type Payload
- type Pipe
- func (p Pipe) Branch() Branch
- func (p Pipe) Context() context.Context
- func (p Pipe) FinalFrame() *shredder.ValveFrame
- func (p Pipe) IsEmpty() bool
- func (p Pipe) RenderContent(content any)
- func (p Pipe) RenderFrame() shredder.Frame
- func (p Pipe) RenderProxy(el gox.Elem) (ProxyContainer, bool)
- func (p Pipe) Runtime() shredder.Runtime
- type ProxyContainer
- type Renderable
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
func EmptyPayload ¶
func EmptyPayload() Payload
type Pipe ¶
type Pipe = *pipe
func (Pipe) FinalFrame ¶
func (p Pipe) FinalFrame() *shredder.ValveFrame
func (Pipe) RenderContent ¶
func (Pipe) RenderFrame ¶
func (Pipe) RenderProxy ¶
func (p Pipe) RenderProxy(el gox.Elem) (ProxyContainer, bool)
type ProxyContainer ¶
type Renderable ¶
type Renderable interface {
Render(p *pipe)
}
Click to show internal directories.
Click to hide internal directories.