(blob *schema.Blob)
| 120 | } |
| 121 | |
| 122 | func (st *shareTester) put(blob *schema.Blob) { |
| 123 | st.putRaw(blob.BlobRef(), blob.JSON()) |
| 124 | } |
| 125 | |
| 126 | func (st *shareTester) get(path string) *shareError { |
| 127 | st.rec = httptest.NewRecorder() |
no test coverage detected