Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
type Dictionary struct { Name string OverwriteAllowed bool // contains filtered or unexported fields }
func NewDictionary ¶
func NewDictionary(name string, tabSpaces int) *Dictionary
func ParseDictionary ¶
func ParseDictionary(name string, tabSpaces int, data []byte) (*Dictionary, error)
func (*Dictionary) Get ¶
func (d *Dictionary) Get(keyParts ...string) string
func (*Dictionary) GetTitleCase ¶
func (d *Dictionary) GetTitleCase(key string) string
func (*Dictionary) Has ¶
func (d *Dictionary) Has(keyParts ...string) bool
func (*Dictionary) WalkKeys ¶
func (d *Dictionary) WalkKeys(f func(k string))
Click to show internal directories.
Click to hide internal directories.