Skip to content

Commit

Permalink
Merge pull request #7 from frenchguych/feature/select_field_type
Browse files Browse the repository at this point in the history
Added support for Select field type.
  • Loading branch information
The-Jonsey authored Dec 15, 2021
2 parents d31711d + 24c7c06 commit bc6d822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obj.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ type Field struct {
Name string
Type string
FileTypes []string
Values []string
}

0 comments on commit bc6d822

Please sign in to comment.