WithValue set value to Entry
(value []byte)
| 235 | |
| 236 | // WithValue set value to Entry |
| 237 | func (e *Entry) WithValue(value []byte) *Entry { |
| 238 | e.Value = value |
| 239 | return e |
| 240 | } |
| 241 | |
| 242 | // WithMeta set Meta to Entry |
| 243 | func (e *Entry) WithMeta(meta *MetaData) *Entry { |
no outgoing calls