Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container interface {
// Verify the key exists on the container.
// This does not compute message type such as app_msg.MessageComplex.
ExistsKey(key string) bool
// Verify the message and keys exists on the container.
Exists(msg app_msg.Message) bool
// Compile message.
Compile(m app_msg.Message) string
// Pre compiled text for the key.
Text(key string) string
// Current language
Lang() lang.Lang
}
Click to show internal directories.
Click to hide internal directories.