Documentation ¶
Overview ¶
Package tpl
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl ¶
Package tpl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // Parse Разбор шаблона. Parse() (err error) // String Интерфейс Stringer. Представления шаблона в виде строки. String() (ret string) // NewSession Создание сесии обработки данных по шаблону. NewSession(data *kitModuleLog.Message) (ret Session, err error) // Output Вывод сообщения в интерфейс вывода. Output(buf *bytes.Buffer) }
Interface Интерфейс пакета.
Click to show internal directories.
Click to hide internal directories.