Documentation ¶ Index ¶ type Concat func (s *Concat) Eval(strs ...string) (string, error) func (s *Concat) GetCategory() string func (s *Concat) GetName() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Concat ¶ type Concat struct { } func (*Concat) Eval ¶ func (s *Concat) Eval(strs ...string) (string, error) func (*Concat) GetCategory ¶ func (s *Concat) GetCategory() string func (*Concat) GetName ¶ func (s *Concat) GetName() string Source Files ¶ View all Source files concat.go Click to show internal directories. Click to hide internal directories.