NewResponseProcessor creates a new response processor
(qc *qcode.QCode)
| 42 | |
| 43 | // NewResponseProcessor creates a new response processor |
| 44 | func NewResponseProcessor(qc *qcode.QCode) *ResponseProcessor { |
| 45 | return &ResponseProcessor{qc: qc} |
| 46 | } |
| 47 | |
| 48 | // DBRowRef builds a row-level database cache ref. |
| 49 | func DBRowRef(database, table, id string) RowRef { |
no outgoing calls