chore: hide resource `blob` field

pull/140/head
boojack 3 years ago
parent d08ba56c28
commit 44d07ac401

@ -10,7 +10,7 @@ type Resource struct {
// Domain specific fields
Filename string `json:"filename"`
Blob []byte `json:"blob"`
Blob []byte `json:"-"`
Type string `json:"type"`
Size int64 `json:"size"`
}

Loading…
Cancel
Save