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.
12 lines
562 B
12 lines
562 B
package MySwagger
|
|
|
|
type Query struct {
|
|
ID string `json:"id" example:"SYS-200201"`
|
|
SystemID string `json:"id" example:"SYS-200201" `
|
|
AuthTime string `json:"auth_time" example:"2020-06-19 15:54:11"`
|
|
AuthToken string `json:"auth_token" example:"DATAEX-TOKEN-a6ce-11ea-b94df48e38f73cf7"`
|
|
DataSource string `json:"data_source" example:"ORG"`
|
|
OrgID string `json:"org_id" example:"200201"`
|
|
Conditions []string `json:"conditions" example:subject_code=22`
|
|
Page int `json:"page" example:"1"`
|
|
} |