(val []byte)
| 795 | } |
| 796 | |
| 797 | func NewStringGreaterPredicate(val []byte) StringGreaterPredicate { |
| 798 | return StringGreaterPredicate{value: val} |
| 799 | } |
| 800 | |
| 801 | func (p StringGreaterPredicate) String() string { |
| 802 | return fmt.Sprintf("StringGreaterPredicate{%s}", p.value) |
no outgoing calls
no test coverage detected