Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
accountserver
Commits
94a5363e
Commit
94a5363e
authored
Feb 09, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix JSON serialization of RawResource
parent
cde56bf7
Pipeline
#2208
passed with stages
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
types.go
types.go
+1
-1
No files found.
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
Markdown
is supported
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