Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from onmetal/fix/status_code_type
Browse files Browse the repository at this point in the history
conform to the uint32 type defined in dp-service for Status code
  • Loading branch information
guvenc authored Oct 12, 2023
2 parents a21acf5 + 2f9183b commit 1434b3e
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 102 deletions.
2 changes: 1 addition & 1 deletion api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (m *TypeMeta) GetKind() string {
}

type Status struct {
Code int32 `json:"code"`
Code uint32 `json:"code"`
Message string `json:"message"`
}

Expand Down
Loading

0 comments on commit 1434b3e

Please sign in to comment.