3ccad67622
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
6 lines
98 B
Go
6 lines
98 B
Go
package form
|
|
|
|
type ImportOptions struct {
|
|
Path string `json:"path"`
|
|
Move bool `json:"move"`
|
|
}
|