Commit b1d19585 authored by Sander van Harmelen's avatar Sander van Harmelen

Lets not use pointers to inline structs

I understand that this field can be null in which case the `Image` field
will be an empty string (it's zero value) to indicate that.
parent 930f8257
......@@ -76,7 +76,7 @@ type DetailedStatus struct {
Tooltip string `json:"tooltip"`
HasDetails bool `json:"has_details"`
DetailsPath string `json:"details_path"`
Illustration *struct {
Illustration struct {
Image string `json:"image"`
} `json:"illustration"`
Favicon string `json:"favicon"`
......
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