Documentation ¶
Index ¶
- func CoverAll(txt text.Rich, start, end int) bool
- type AppendMap
- func (a *AppendMap) Anchor(start, end int, href string)
- func (a *AppendMap) AnchorNU(start, end int, href string)
- func (a *AppendMap) Close(ind int, attr string)
- func (a *AppendMap) Finalize(strlen int) []int
- func (a AppendMap) Get(ind int) (tags string)
- func (a *AppendMap) Open(ind int, attr string)
- func (a *AppendMap) Openf(ind int, f string, argv ...interface{})
- func (a *AppendMap) Pad(start, end int)
- func (a *AppendMap) Pair(start, end int, open, close string)
- func (a *AppendMap) Span(start, end int, attrs ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppendMap ¶
type AppendMap struct {
// contains filtered or unexported fields
}
func NewAppendedMap ¶
func NewAppendedMap() AppendMap
Click to show internal directories.
Click to hide internal directories.