Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EncoderName = encoding.ToEncoder(constants.TabularFormat)
EncoderName is name of the encoder in current package, i.e., Table. CSVFormat constant is parsed as EncoderName type here.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder is the manager for table encoder
func NewEncoder ¶
NewEncoder initializes new Encoder
func (*Encoder) Encode ¶
Encode encodes the input bookmarks in tabular format to already set output stream
Click to show internal directories.
Click to hide internal directories.