6d4e42c79e
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
5 lines
78 B
Go
5 lines
78 B
Go
package form
|
|
|
|
type IndexerOptions struct {
|
|
SkipExisting bool `json:"skip"`
|
|
}
|