Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
07519a8e
Commit
07519a8e
authored
4 years ago
by
Kunal Taitkar
Browse files
Options
Downloads
Patches
Plain Diff
Headers field added in APIResponse struct of servicebuildermdl
parent
979fe08f
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!173
Mep release19032020
,
!172
Headers field added in APIResponse struct of servicebuildermdl
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servicebuildermdl/servicebuildermdl.go
+5
-1
servicebuildermdl/servicebuildermdl.go
with
5 additions
and
1 deletion
servicebuildermdl/servicebuildermdl.go
+
5
−
1
View file @
07519a8e
...
...
@@ -559,7 +559,11 @@ func (ab *AbstractBusinessLogicHolder) GetPrincipalObject() *Principal {
type
APIResponse
struct
{
StatusCode
int
Body
[]
byte
// Headers
Headers
[]
Header
}
type
Header
struct
{
Key
string
Value
[]
string
}
// GetResposeObject - return Response object from BLHolder
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets