Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadConfig ¶
func ReadConfig(src map[string]string) config.Configuration
ReadConfig obtains the configuration defined by the user merged with the defaults.
Types ¶
type BufferPool ¶
BufferPool defines a Pool of Buffers
func NewBufferPool ¶
func NewBufferPool(s int) *BufferPool
NewBufferPool creates a new BufferPool with a custom buffer size
func (*BufferPool) Get ¶
func (bp *BufferPool) Get() *bytes.Buffer
Get returns a Buffer from the pool
func (*BufferPool) Put ¶
func (bp *BufferPool) Put(b *bytes.Buffer)
Put resets ans returns a Buffer to the pool
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
Template ...
func NewTemplate ¶
func NewTemplate(file string, fs file.Filesystem) (*Template, error)
NewTemplate returns a new Template instance or an error if the specified template file contains errors
Click to show internal directories.
Click to hide internal directories.