11 lines
184 B
Go
11 lines
184 B
Go
package request
|
|
|
|
type ImportTestFile struct {
|
|
}
|
|
|
|
type ImportFinalReport struct {
|
|
Step string `json:"step"`
|
|
Factory string `json:"factory"`
|
|
FilePath string `json:"file_path"`
|
|
}
|