DatabaseID is database name, will be generated from UUID.
| 164 | |
| 165 | // DatabaseID is database name, will be generated from UUID. |
| 166 | type DatabaseID string |
| 167 | |
| 168 | // AccountAddress converts DatabaseID to AccountAddress. |
| 169 | func (d *DatabaseID) AccountAddress() (a AccountAddress, err error) { |
no outgoing calls
no test coverage detected