Skip to content

Commit

Permalink
sdk/golang: sync GetCCReport parameters with api interface
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaocheng Dong <[email protected]>
  • Loading branch information
dongx1x committed Jul 29, 2024
1 parent 6b013de commit 89d06ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/golang/cima/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type SDK struct {
}

// GetCCReport implements EvidenceAPI
func (s *SDK) GetCCReport(nonce string, userData string, _ any) (evidence_api.Report, error) {
func (s *SDK) GetCCReport(nonce, userData string, extraArgs map[string]any) (evidence_api.Report, error) {
client, err := NewClient()
if err != nil {
log.Fatalf("[GetCCReport] failed to connect to client with error %v", err)
Expand Down

0 comments on commit 89d06ab

Please sign in to comment.