Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
accountserver
Commits
94a5363e
Commit
94a5363e
authored
Feb 09, 2019
by
ale
Browse files
Fix JSON serialization of RawResource
parent
cde56bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
types.go
View file @
94a5363e
...
...
@@ -552,7 +552,7 @@ func (r *Resource) String() string {
// A RawResource associates a Resource with its (optional) owner.
type
RawResource
struct
{
Resource
Owner
string
Owner
string
`json:"owner"`
}
// Email resource attributes.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment