Documentation ¶ Index ¶ func ScanText(text string, args Constructor) (newText []string) type Constructor type FindVarTyp Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ScanText ¶ func ScanText(text string, args Constructor) (newText []string) Types ¶ type Constructor ¶ type Constructor struct { StringTemplate string `json:"STRINGTEMPLATE"` Values map[string]string `json:"VALUES"` MultyValues map[string][]string `json:"MULTYVALUES"` } type FindVarTyp ¶ type FindVarTyp struct { L int R int FindValue string // Имя переменной в шаблоне ReplaceFinal string // Значение, на которое меняем переменную Params []string // Параметры к имени переменной в шаблоне SplitSymbol string // Для массивов! Разделитель } Source Files ¶ View all Source files tools.go types.go Directories ¶ Show internal Expand all Path Synopsis tests combine combineTwo constructor findCircles Click to show internal directories. Click to hide internal directories.