Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StartsWith ¶
type StartsWith struct { }
func (*StartsWith) Eval ¶
func (s *StartsWith) Eval(params ...interface{}) (interface{}, error)
func (*StartsWith) GetCategory ¶
func (s *StartsWith) GetCategory() string
func (*StartsWith) Name ¶
func (s *StartsWith) Name() string
type Substringafter ¶
type Substringafter struct { }
func (*Substringafter) Eval ¶
func (s *Substringafter) Eval(params ...interface{}) (interface{}, error)
func (*Substringafter) Name ¶
func (s *Substringafter) Name() string
type Substringbefore ¶
type Substringbefore struct { }
func (*Substringbefore) Eval ¶
func (s *Substringbefore) Eval(params ...interface{}) (interface{}, error)
func (*Substringbefore) Name ¶
func (s *Substringbefore) Name() string
Click to show internal directories.
Click to hide internal directories.