AccountType is an enum representing the kind of account
| 497 | |
| 498 | // AccountType is an enum representing the kind of account |
| 499 | type AccountType int |
| 500 | |
| 501 | const ( |
| 502 | // ConflictUpdate will update matching records returning no error |
nothing calls this directly
no outgoing calls
no test coverage detected