Documentation ¶
Index ¶
Constants ¶
View Source
const (
Li18ngoSourceID = "github.com/snivilised/li18ngo"
)
View Source
const (
TestGrafficoSourceID = "github.com/snivilised/graffico"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrafficoData ¶
type GrafficoData struct{}
func (GrafficoData) SourceID ¶
func (td GrafficoData) SourceID() string
type InternationalisationTemplData ¶
type InternationalisationTemplData struct {
TemplData
}
Internationalisation
func (InternationalisationTemplData) Message ¶
func (td InternationalisationTemplData) Message() *i18n.Message
type Li18ngoTemplData ¶
type Li18ngoTemplData struct{}
func (Li18ngoTemplData) SourceID ¶
func (td Li18ngoTemplData) SourceID() string
type LocalisationTemplData ¶
type LocalisationTemplData struct {
TemplData
}
Internationalisation
func (LocalisationTemplData) Message ¶
func (td LocalisationTemplData) Message() *i18n.Message
type PavementGraffitiReportTemplData ¶
type PavementGraffitiReportTemplData struct { GrafficoData Primary string }
PavementGraffitiReportTemplData
func (PavementGraffitiReportTemplData) Message ¶
func (td PavementGraffitiReportTemplData) Message() *i18n.Message
type UsingConfigFileTemplData ¶
type UsingConfigFileTemplData struct { Li18ngoTemplData ConfigFileName string }
func (UsingConfigFileTemplData) Message ¶
func (td UsingConfigFileTemplData) Message() *i18n.Message
type WrongSourceIDTemplData ¶
type WrongSourceIDTemplData struct {
GrafficoData
}
WrongSourceIDTemplData
func (WrongSourceIDTemplData) Message ¶
func (td WrongSourceIDTemplData) Message() *i18n.Message
func (WrongSourceIDTemplData) SourceID ¶
func (td WrongSourceIDTemplData) SourceID() string
Click to show internal directories.
Click to hide internal directories.