Reorder fields of Entry struct.
This commit is contained in:
parent
723d2d4772
commit
32c1fa6aa1
@ -10,8 +10,8 @@ type Entry struct {
|
||||
Created time.Time `json:"created"`
|
||||
Name string `json:"name"`
|
||||
Website string `json:"website,omitempty"`
|
||||
Message string `json:"message"`
|
||||
HideWebsite bool `json:"hide_website,omitempty"`
|
||||
Message string `json:"message"`
|
||||
Reply *Reply `json:"reply,omitempty"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user