Documentation ¶ Index ¶ type Builder func New() Builder func (b Builder) Build() []string func (in Builder) WithCursorLocation(row, col int) (out Builder) func (in Builder) WithFileType(ft string) (out Builder) func (in Builder) WithInsertMode() (out Builder) func (in Builder) WithSourcedFile(p string) (out Builder) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder []string func New ¶ func New() Builder func (Builder) Build ¶ func (b Builder) Build() []string func (Builder) WithCursorLocation ¶ func (in Builder) WithCursorLocation(row, col int) (out Builder) func (Builder) WithFileType ¶ func (in Builder) WithFileType(ft string) (out Builder) func (Builder) WithInsertMode ¶ func (in Builder) WithInsertMode() (out Builder) func (Builder) WithSourcedFile ¶ func (in Builder) WithSourcedFile(p string) (out Builder) Source Files ¶ builder.go Click to show internal directories. Click to hide internal directories.