Commit 9d0082b7 authored by Nemo's avatar Nemo Committed by Sander van Harmelen

Added System,Upvote,Downvote to Note (#188)

parent 7e8e8eca
......@@ -49,6 +49,9 @@ type Note struct {
State string `json:"state"`
CreatedAt *time.Time `json:"created_at"`
} `json:"author"`
System bool `json:"system"`
Upvote bool `json:"upvote"`
Downvote bool `json:"downvote"`
ExpiresAt *time.Time `json:"expires_at"`
UpdatedAt *time.Time `json:"updated_at"`
CreatedAt *time.Time `json:"created_at"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment