(val []byte)
| 913 | } |
| 914 | |
| 915 | func NewStringLessPredicate(val []byte) StringLessPredicate { |
| 916 | return StringLessPredicate{value: val} |
| 917 | } |
| 918 | |
| 919 | func (p StringLessPredicate) String() string { |
| 920 | return fmt.Sprintf("StringLessPredicate{%s}", p.value) |
no outgoing calls
no test coverage detected