()
| 22 | |
| 23 | func (JSONRPCStringID) isJSONRPCID() {} |
| 24 | func (id JSONRPCStringID) String() string { return string(id) } |
| 25 | |
| 26 | // JSONRPCIntID a wrapper for JSON-RPC integer IDs |
| 27 | type JSONRPCIntID int |
nothing calls this directly
no outgoing calls
no test coverage detected