Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
key-storage-agent
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
key-storage-agent
Merge requests
!47
16 refactor deprecated functions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
16 refactor deprecated functions
16-refactor-deprecated-functions
into
master
Overview
3
Commits
12
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Merged
Olgun Cengiz
requested to merge
16-refactor-deprecated-functions
into
master
5 years ago
Overview
3
Commits
12
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
https://code.vereign.com/code/data-storage-agent/issues/16
Edited
5 years ago
by
Damyan Mitev
0
0
Merge request reports
Viewing commit
be84ef80
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
be84ef80
indentation fixed
· be84ef80
Olgun Cengiz
authored
5 years ago
handler/handler.go
+
1
−
1
Options
@@ -123,7 +123,7 @@ func (s *KeyStorageServerImpl) GetKey(ctx context.Context, in *api.GetKeyRequest
return
getKeyResponse
,
nil
}
getKeyResponse
.
Key
=
key
getKeyResponse
.
Key
=
key
return
getKeyResponse
,
nil
}
Loading