Documentation
¶
Index ¶
Constants ¶
View Source
const ( NOTFILLED = "not_filled" INCOMPLETE = "incomplete" COMPLETE = "complete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewProfile ¶
type Profile ¶
type Profile struct { ID uint64 `json:"id"` WorkerID uint64 `json:"worker_id" db:"worker_id"` Name string `json:"name"` Birthdate string `json:"birthdate"` City string `json:"city"` Locality string `json:"locality"` Country string `json:"country"` State string `json:"state"` Attributes filter.GroupedFilters `json:"attributes"` }
Click to show internal directories.
Click to hide internal directories.