Skip to content

Commit

Permalink
Manage extension configuration as plain JSON (PagerDuty#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and heimweh committed Aug 14, 2018
1 parent 592134e commit 50c2611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagerduty/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type Extension struct {
EndpointURL string `json:"endpoint_url,omitempty"`
ExtensionObjects []*ServiceReference `json:"extension_objects,omitempty"`
ExtensionSchema *ExtensionSchemaReference `json:"extension_schema"`
Config interface{} `json:"config,omitempty"`
}

// ListExtensionsOptions represents options when listing extensions.
Expand Down

0 comments on commit 50c2611

Please sign in to comment.