Documentation ¶
Index ¶
- type Interface
- type Leveled
- type Paged
- func (o *Paged) AddMedia(ctx context.Context, ref media.Ref, anchor string, collapsible bool) error
- func (o *Paged) BreakPage(ctx context.Context) error
- func (o *Paged) Flush(ctx context.Context) error
- func (o *Paged) IsOverflown() bool
- func (o *Paged) PageCapacity() int
- func (o *Paged) UpdatePrefix(update func(prefix string) string)
- func (o *Paged) UpdateSuffix(update func(suffix string) string)
- func (o *Paged) Write(text string)
- func (o *Paged) WriteBreakable(ctx context.Context, text string) error
- func (o *Paged) WriteUnbreakable(ctx context.Context, text string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paged ¶
type Paged struct { Receiver receiver.Interface PageSize int PageCount int // contains filtered or unexported fields }
func (*Paged) IsOverflown ¶
func (*Paged) PageCapacity ¶
func (*Paged) UpdatePrefix ¶
func (*Paged) UpdateSuffix ¶
func (*Paged) WriteBreakable ¶
Click to show internal directories.
Click to hide internal directories.