Merge pull request #16 from gwinn/master

add mgBot as new integration module type
This commit is contained in:
Alex Lushpai 2018-08-30 17:23:27 +03:00 committed by GitHub
commit bb5c01afb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -783,6 +783,7 @@ type Integrations struct {
Delivery *Delivery `json:"delivery,omitempty"`
Store *Warehouse `json:"store,omitempty"`
MgTransport *MgTransport `json:"mgTransport,omitempty"`
MgBot *MgBot `json:"mgBot,omitempty"`
}
// Delivery type
@ -871,6 +872,8 @@ type MgTransport struct {
WebhookUrl string `json:"webhookUrl,omitempty"`
}
type MgBot struct{}
/**
Cost related types
*/