mirror of https://github.com/usememos/memos.git
chore: remove unused
This commit is contained in:
parent
cbf556fee5
commit
6010139291
|
|
@ -17,18 +17,6 @@ var (
|
|||
timeout = 30 * time.Second
|
||||
)
|
||||
|
||||
type Memo struct {
|
||||
ID int32 `json:"id"`
|
||||
CreatorID int32 `json:"creatorId"`
|
||||
CreatedTs int64 `json:"createdTs"`
|
||||
UpdatedTs int64 `json:"updatedTs"`
|
||||
|
||||
// Domain specific fields
|
||||
Content string `json:"content"`
|
||||
Visibility string `json:"visibility"`
|
||||
Pinned bool `json:"pinned"`
|
||||
}
|
||||
|
||||
// WebhookPayload is the payload of webhook request.
|
||||
// nolint
|
||||
type WebhookPayload struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue