mirror of
https://github.com/usememos/memos.git
synced 2025-02-14 18:30:42 +01:00
chore: remove unused
This commit is contained in:
parent
cbf556fee5
commit
6010139291
@ -17,18 +17,6 @@ var (
|
|||||||
timeout = 30 * time.Second
|
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.
|
// WebhookPayload is the payload of webhook request.
|
||||||
// nolint
|
// nolint
|
||||||
type WebhookPayload struct {
|
type WebhookPayload struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user