File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ type EULAsService struct {
1212}
1313
1414type EULA struct {
15- Slug string `json:"slug,omitempty" yaml:"slug,omitempty"`
16- ID int `json:"id,omitempty" yaml:"id,omitempty"`
17- Name string `json:"name,omitempty" yaml:"name,omitempty"`
18- Content string `json:"content,omitempty" yaml:"content,omitempty"`
19- Links * Links `json:"_links,omitempty" yaml:"_links,omitempty"`
15+ Slug string `json:"slug,omitempty" yaml:"slug,omitempty"`
16+ ID int `json:"id,omitempty" yaml:"id,omitempty"`
17+ Name string `json:"name,omitempty" yaml:"name,omitempty"`
18+ Content string `json:"content,omitempty" yaml:"content,omitempty"`
19+ ArchivedAt string `json:"archived_at,omitempty" yaml:"archived_at,omitempty"`
20+ Links * Links `json:"_links,omitempty" yaml:"_links,omitempty"`
2021}
2122
2223type EULAsResponse struct {
You can’t perform that action at this time.
0 commit comments