Documentation ¶
Index ¶
- func InterfaceToMap(data interface{}) map[string]MultiValue
- func Replace(text string, variables []FindVarTyp) string
- func RunParseTemplate(template string, filters map[string]string, httpData interface{}) string
- func Stapler(params map[string]MultiValue, splitSymbol string) map[string]string
- type FindVarTyp
- type MultiValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterfaceToMap ¶
func InterfaceToMap(data interface{}) map[string]MultiValue
func Replace ¶
func Replace(text string, variables []FindVarTyp) string
func RunParseTemplate ¶
Types ¶
type FindVarTyp ¶
type FindVarTyp struct { L int R int FindValue string // Имя переменной в шаблоне ReplaceFinal string // Значение, на которое меняем переменную Params map[string]string // Параметры к имени переменной в шаблоне }
от сюда >#Budget_level("переменная","$2")#< до сюда
func CircleReplace ¶
func CircleReplace(variables []FindVarTyp, values map[string]string) []FindVarTyp
func FindVariable ¶
func FindVariable(str string, symbols string) (out []FindVarTyp)
Click to show internal directories.
Click to hide internal directories.