a4e2867c86
Upgraded JS dependencies and did some refactoring along the way... Signed-off-by: Michael Mayer <michael@liquidbytes.net>
5 lines
69 B
Go
5 lines
69 B
Go
package form
|
|
|
|
type ImportOptions struct {
|
|
Move bool `json:"move"`
|
|
}
|