You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
281 B

package MySwagger
type DataIn struct {
SystemID string `json:"system_id" example:"SYS-200201" `
AuthToken string `json:"auth_token" example:"DATAEX-TOKEN-a6ce-11ea-b94df48e38f73cf7" `
DataSource string `json:"data_source" example:"ORG" `
Datas []Data `json:"datas" `
}