(val []byte)
| 971 | } |
| 972 | |
| 973 | func NewStringLessEqualPredicate(val []byte) StringLessEqualPredicate { |
| 974 | return StringLessEqualPredicate{value: val} |
| 975 | } |
| 976 | |
| 977 | func (p StringLessEqualPredicate) String() string { |
| 978 | return fmt.Sprintf("StringLessEqualPredicate{%s}", p.value) |
no outgoing calls
no test coverage detected