Skip to content

Commit

Permalink
thunderpay-sdk-go: utils[utils]
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jan 23, 2025
1 parent 705a567 commit 055b069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/thunderpay-sdk-go/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ func IsNill(i interface{}) bool {

return false
}

type MappedNullable interface {
ToMap() (map[string]interface{}, error)
}

0 comments on commit 055b069

Please sign in to comment.