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.
10 lines
300 B
10 lines
300 B
package MySwagger
|
|
|
|
type DataCollect struct {
|
|
|
|
AccessToken string `json:"access_token" example:"system_01##20200102030405##a6ce11eab94df48a6ce11eab" `
|
|
DataSource string `json:"data_source" example:"log_login" `
|
|
|
|
UserDatas []User `json:"user_datas" `
|
|
EventDatas []Event `json:"event_datas" `
|
|
} |