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
!346
Have search return JSON of already marshaled contacts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Have search return JSON of already marshaled contacts
XX-4103/ContactJson
into
release
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Josh Brooks
requested to merge
XX-4103/ContactJson
into
release
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
7c1ce2b1
Show latest version
2 files
+
26
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
7c1ce2b1
Have search return JSON of already marshaled contacts
· 7c1ce2b1
Josh Brooks
authored
2 years ago
bindings/single.go
+
2
−
2
Options
@@ -166,7 +166,7 @@ type Stopper interface {
// Parameters:
// - callbackReport - the JSON marshalled bytes of the SingleUseCallbackReport
// object, which can be passed into Cmix.WaitForRoundResult to see if the
// send succeeded.
// send
operation
succeeded.
type
SingleUseCallback
interface
{
Callback
(
callbackReport
[]
byte
,
err
error
)
}
@@ -177,7 +177,7 @@ type SingleUseCallback interface {
// Parameters:
// - callbackReport - the JSON marshalled bytes of the SingleUseResponseReport
// object, which can be passed into Cmix.WaitForRoundResult to see if the
// send succeeded.
// send
operation
succeeded.
type
SingleUseResponse
interface
{
Callback
(
responseReport
[]
byte
,
err
error
)
}
Loading