Skip to content
Snippets Groups Projects

Have search return JSON of already marshaled contacts

Merged Josh Brooks requested to merge XX-4103/ContactJson into release
2 files
+ 26
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -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