package
0.0.0-20180712231451-df570b367423
Repository: https://github.com/influx6/faux.git
Documentation: pkg.go.dev

# Functions

BlockDisplay writes giving Entries as seperated blocks of contents where the each content is converted within a block like below: Message: We must create new standard behaviour Function: BuildPack +-----------------------------+------------------------------+ | displayrange.address.bolder | "No 20 tokura flag" | +-----------------------------+------------------------------+ +--------------------------+----------+ | displayrange.bolder.size | 20 | +--------------------------+----------+ .
BlockDisplayWith writes giving Entries as seperated blocks of contents where the each content is converted within a block like below: Message: We must create new standard behaviour Function: BuildPack +-----------------------------+------------------------------+ | displayrange.address.bolder | "No 20 tokura flag" | +-----------------------------+------------------------------+ +--------------------------+----------+ | displayrange.bolder.size | 20 | +--------------------------+----------+ .
FlatDisplay writes giving Entries as seperated blocks of contents where the each content is converted within a block like below: Message: We must create new standard behaviour Function: BuildPack | display: red, words: 20, Message: We must create new standard behaviour Function: BuildPack | display: red, words: 20, .
FlatDisplayWith writes giving Entries as seperated blocks of contents where the each content is converted within a block like below: [Header]: We must create new standard behaviour Function: BuildPack | display: red, words: 20, [Header]: We must create new standard behaviour Function: BuildPack | display: red, words: 20, .
NewEmitter returns a new instance of Emitter.
StackDisplay writes giving Entries as seperated blocks of contents where the each content is converted within a block like below: Message: We must create new standard behaviour Function: BuildPack - displayrange.address.bolder: "No 20 tokura flag" - displayrange.bolder.size: 20 .
StackDisplayWith writes giving Entries as seperated blocks of contents where the each content is converted within a block like below: [Header]: We must create new standard behaviour Function: BuildPack [tag] displayrange.address.bolder: "No 20 tokura flag" [tag] displayrange.bolder.size: 20 .

# Structs

Emitter emits all entries into the entries into a sink io.writer after transformation from giving transformer function..