Documentation ¶
Index ¶
- type Builder
- func (b *Builder) Build() error
- func (b *Builder) HTMLExtension(ext string) *Builder
- func (b *Builder) HTMLPrefix(htmlPrefix string) *Builder
- func (b *Builder) IndexFile(fileName string) *Builder
- func (b *Builder) ScriptsPrefix(scriptsPrefix string) *Builder
- func (b *Builder) TypeScriptConfig(path string) *Builder
- type FrontBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) HTMLExtension ¶
func (*Builder) HTMLPrefix ¶
func (*Builder) ScriptsPrefix ¶
func (*Builder) TypeScriptConfig ¶
type FrontBuilder ¶
type FrontBuilder interface { Build() GetSourceDirectory() string }
Click to show internal directories.
Click to hide internal directories.