6 lines
69 B
Go
6 lines
69 B
Go
|
package form
|
||
|
|
||
|
type ImportOptions struct {
|
||
|
Move bool `json:"move"`
|
||
|
}
|