(w *ResponseWriter)
| 103 | } |
| 104 | |
| 105 | func (r *Request) CommitID(w *ResponseWriter) (ksuid.KSUID, bool) { |
| 106 | return r.TagFromPath(w, "commit") |
| 107 | } |
| 108 | |
| 109 | func (r *Request) decodeCommitMessage(w *ResponseWriter) (api.CommitMessage, bool) { |
| 110 | commitJSON := r.Header.Get("SuperDB-Commit") |
nothing calls this directly
no test coverage detected