package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jul 27, 2016
License: GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DisableIntegrationRequest struct {
ApiKey string `json:"apiKey,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
}
type DisableIntegrationResponse struct {
Status string `json:"status"`
Code int `json:"code"`
}
type EnableIntegrationRequest struct {
ApiKey string `json:"apiKey,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
}
type EnableIntegrationResponse struct {
Status string `json:"status"`
Code int `json:"code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.