()
| 223 | } |
| 224 | |
| 225 | func (body Body) ExtractRev() string { |
| 226 | revid, _ := body[BodyRev].(string) |
| 227 | delete(body, BodyRev) |
| 228 | return revid |
| 229 | } |
| 230 | |
| 231 | // Looks up the _exp property in the document, and turns it into a Couchbase Server expiry value, as: |
| 232 | func (body Body) getExpiry() (uint32, bool, error) { |
no outgoing calls