Documentation ¶
Index ¶
Constants ¶
View Source
const Default = "?"
Default default placeholder
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultGenerator ¶
type DefaultGenerator struct { }
DefaultGenerator represents DefaultPlaceholderGenerator
func (*DefaultGenerator) Len ¶
func (p *DefaultGenerator) Len(start, numOfPlaceholders int) int
Len calculates length of placeholders might be used to alocate in advance required slice length
func (*DefaultGenerator) Resolver ¶
func (p *DefaultGenerator) Resolver() func() string
Resolver returns function that returns Default placeholder
Click to show internal directories.
Click to hide internal directories.