Documentation
¶
Index ¶
- type Document
- func (d *Document) AppendFields(f ...string)
- func (d *Document) AppendRow(r []string)
- func (d *Document) AppendRows(r [][]string)
- func (d *Document) AppendRuler(r ruler.Ruler)
- func (d *Document) AppendText(t string)
- func (d *Document) Bytes() []byte
- func (d *Document) FromString(in string)
- func (d *Document) InitFlags(f []column.Flags)
- func (d *Document) InitPrefix(p string)
- func (d Document) MarshalJSON() ([]byte, error)
- func (d Document) MarshalText() ([]byte, error)
- func (d *Document) String() string
- func (d *Document) UnmarshalText(in []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
layout.Layout
Tables []*table.Table
// contains filtered or unexported fields
}
func (*Document) AppendFields ¶
func (*Document) AppendRows ¶
func (*Document) AppendRuler ¶
func (*Document) AppendText ¶
func (*Document) FromString ¶
func (*Document) InitPrefix ¶
func (Document) MarshalJSON ¶
func (Document) MarshalText ¶
func (*Document) UnmarshalText ¶ added in v0.4.16
Click to show internal directories.
Click to hide internal directories.