AccountNode returns the permanode storing account information for this permanode. It will contain the attributes: - camliNodeType = "importerAccount" - importerType = "registered-type" You must not change the camliNodeType or importerType. You should use this permanode to store state about where y
()
| 400 | // importer left off, if it can efficiently resume later (without |
| 401 | // missing anything). |
| 402 | func (rc *RunContext) AccountNode() *Object { return rc.ia.acct } |
| 403 | |
| 404 | // RootNode returns the initially-empty permanode storing the root |
| 405 | // of this account's data. You can change anything at will. This will |
no outgoing calls