Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed May 28, 2024
1 parent cbf556f commit 6010139
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugin/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6010139

Please sign in to comment.