Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnswerCurrency ¶
type AnswerCurrency struct {
// Endpoint is optional; defaults to the Frankfurter API.
Endpoint string
// Client is optional; defaults to a short-timeout http.Client.
Client *http.Client
}
func (AnswerCurrency) Name ¶
func (AnswerCurrency) Name() string
type AnswerRandom ¶
type AnswerRandom struct {
// Rand is optional; if nil a fresh PCG is used per call.
Rand func(n int) int
}
func (AnswerRandom) Name ¶
func (AnswerRandom) Name() string
type AnswerStats ¶
type AnswerStats struct{}
func (AnswerStats) Name ¶
func (AnswerStats) Name() string
type AnswerUnits ¶
type AnswerUnits struct{}
func (AnswerUnits) Name ¶
func (AnswerUnits) Name() string
type BadDomains ¶
func (BadDomains) Name ¶
func (BadDomains) Name() string
type InfoboxWikipedia ¶
func (InfoboxWikipedia) Apply ¶
func (p InfoboxWikipedia) Apply(ctx context.Context, c *Context) error
func (InfoboxWikipedia) Name ¶
func (InfoboxWikipedia) Name() string
type TrackerStrip ¶
type TrackerStrip struct{}
func (TrackerStrip) Name ¶
func (TrackerStrip) Name() string
Click to show internal directories.
Click to hide internal directories.