mirror of
https://github.com/usememos/memos.git
synced 2025-12-11 06:36:02 +08:00
chore: hide resource blob field
This commit is contained in:
parent
d08ba56c28
commit
44d07ac401
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue