()
| 28 | |
| 29 | func (JSONRPCIntID) isJSONRPCID() {} |
| 30 | func (id JSONRPCIntID) String() string { return fmt.Sprintf("%d", id) } |
| 31 | |
| 32 | func idFromInterface(idInterface interface{}) (jsonrpcid, error) { |
| 33 | switch id := idInterface.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected