placeholder

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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

type Generator

type Generator interface {
	Resolver() func() string
	Len(start, numOfPlaceholders int) int
}

Generator represents placeholder generator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL