Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViewBuilder ¶
type ViewBuilder struct {
// contains filtered or unexported fields
}
func New ¶
func New() *ViewBuilder
func (*ViewBuilder) Add ¶
func (vb *ViewBuilder) Add(s string)
func (*ViewBuilder) AddLine ¶
func (vb *ViewBuilder) AddLine()
func (*ViewBuilder) AddLines ¶ added in v0.5.0
func (vb *ViewBuilder) AddLines(n int)
func (*ViewBuilder) Lines ¶
func (vb *ViewBuilder) Lines() int
func (*ViewBuilder) String ¶
func (vb *ViewBuilder) String() string
Click to show internal directories.
Click to hide internal directories.