first commit
This commit is contained in:
15
pkg/res/common_basic.go
Normal file
15
pkg/res/common_basic.go
Normal file
@ -0,0 +1,15 @@
|
||||
package res
|
||||
|
||||
type AttachmentDTO struct {
|
||||
ID string `json:"id"`
|
||||
Filename string `json:"filename"`
|
||||
Url string `json:"url"`
|
||||
ThumbUrl string `json:"thumb_url"`
|
||||
}
|
||||
|
||||
type AttachmentRes struct {
|
||||
ID string `json:"id"`
|
||||
Filename string `json:"filename"`
|
||||
Url string `json:"url"`
|
||||
ThumbUrl string `json:"thumb_url"`
|
||||
}
|
||||
Reference in New Issue
Block a user