bdf976abd7
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
7 lines
179 B
Go
7 lines
179 B
Go
package form
|
|
|
|
type Label struct {
|
|
LabelName string `json:"LabelName"`
|
|
LabelUncertainty int `json:"LabelUncertainty"`
|
|
LabelPriority int `json:"LabelPriority"`
|
|
}
|