Encode writes log from binary, if error return err
()
| 104 | type Log interface { |
| 105 | // Encode writes log from binary, if error return err |
| 106 | Encode() ([]byte, error) |
| 107 | // Decode reads log from binary, if error return err |
| 108 | Decode(v []byte) error |
| 109 | // apply edit log to family's current version |
no outgoing calls