enum { revsSmapTag, ... }
()
| 97 | revs interface { |
| 98 | tag() string // enum { revsSmapTag, ... } |
| 99 | version() int64 // the version |
| 100 | marshal() (b []byte) // marshals the revs |
| 101 | jit(p *proxy) revs // current (just-in-time) instance |
| 102 | sgl() *memsys.SGL // jsp-encoded SGL |
no outgoing calls