opsgenie / opsgenie-go-sdk-v2

Opsgenie GO SDK v2
Apache License 2.0
34 stars 63 forks source link

integration/result: ActionsResult to return IntegrationAction slices #56

Closed rohit-h closed 4 years ago

rohit-h commented 4 years ago

Modifying integration action Result to return same type as action Request

Current issue:

This patch would harmonize the request/result to use the same datatype. Avoids unnecessary handling of special cases in downstream projects.

Affects: