Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Merge requests
!330
XX-4030 / Bindings Facts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
XX-4030 / Bindings Facts
XX-4030/BindingsFacts
into
release
Overview
2
Commits
3
Pipelines
0
Changes
3
1 unresolved thread
Hide all comments
Merged
Jono Wenger
requested to merge
XX-4030/BindingsFacts
into
release
2 years ago
Overview
2
Commits
3
Pipelines
0
Changes
3
1 unresolved thread
Hide all comments
Expand
Remove bindings-level Fact object and instead use fact.Fact and fact.FactList
0
0
Merge request reports
Viewing commit
dc0617ca
Prev
Next
Show latest version
3 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dc0617ca
Make all fact.Fact and fact.FactList in bindings comments links
· dc0617ca
Jono Wenger
authored
2 years ago
bindings/e2eAuth.go
+
1
−
1
Options
@@ -35,7 +35,7 @@ import (
//
// Parameters:
// - partnerContact - the marshalled bytes of the contact.Contact object.
// - factsListJson - the JSON marshalled bytes of fact.FactList.
// - factsListJson - the JSON marshalled bytes of
[
fact.FactList
]
.
//
// Returns:
// - int64 - ID of the round (convert to uint64)
Loading