Versions in this module Expand all Collapse all v0 v0.0.6 Jan 7, 2026 Changes in this version + func AddRoutes(r chi.Router) + type Bounds struct + East float64 + North float64 + South float64 + West float64 + func NewBounds() Bounds + type H3Cell uint64 + type NoteAudioBreadcrumbPayload struct + Cell H3Cell + Created time.Time + ManuallySelected bool + type NoteAudioPayload struct + Breadcrumbs []NoteAudioBreadcrumbPayload + Created time.Time + CreatorID int + Deleted *time.Time + DeletorID *int32 + Duration float32 + Transcription *string + TranscriptionUserEdited bool + UUID string + Version int32 + type NoteImagePayload struct + Cell H3Cell + Created time.Time + CreatorID int + Deleted *time.Time + DeletorID *int32 + UUID string + Version int32 + type ResponseClientIos struct + Fieldseeker ResponseFieldseeker + Since time.Time + func (i ResponseClientIos) Render(w http.ResponseWriter, r *http.Request) error + type ResponseErr struct + AppCode int64 + Error error + ErrorText string + HTTPStatusCode int + StatusText string + func (e *ResponseErr) Render(w http.ResponseWriter, r *http.Request) error + type ResponseFieldseeker struct + MosquitoSources []ResponseMosquitoSource + ServiceRequests []ResponseServiceRequest + TrapData []ResponseTrapData + type ResponseMosquitoInspection struct + ActionTaken string + Comments string + Condition string + Created string + EndDateTime string + FieldTechnician string + ID string + LocationName string + SiteCondition string + func NewResponseMosquitoInspection(i *models.FieldseekerMosquitoinspection) ResponseMosquitoInspection + func NewResponseMosquitoInspections(inspections models.FieldseekerMosquitoinspectionSlice) []ResponseMosquitoInspection + func (rtd ResponseMosquitoInspection) Render(w http.ResponseWriter, r *http.Request) error + type ResponseMosquitoSource struct + Access string + Active *bool + Comments string + Created string + Description string + H3Cell int64 + Habitat string + ID string + Inspections []ResponseMosquitoInspection + LastInspectionDate string + Name string + NextActionDateScheduled string + Treatments []ResponseMosquitoTreatment + UseType string + WaterOrigin string + Zone string + func NewResponseMosquitoSource(ms platform.MosquitoSource) ResponseMosquitoSource + func NewResponseMosquitoSources(sources []platform.MosquitoSource) []ResponseMosquitoSource + func (rtd ResponseMosquitoSource) Render(w http.ResponseWriter, r *http.Request) error + type ResponseMosquitoTreatment struct + Comments string + Created string + EndDateTime string + FieldTechnician string + Habitat string + ID string + Product string + Quantity float64 + QuantityUnit string + SiteCondition string + TreatAcres float64 + TreatHectares float64 + func NewResponseMosquitoTreatment(i *models.FieldseekerTreatment) ResponseMosquitoTreatment + func NewResponseMosquitoTreatments(treatments models.FieldseekerTreatmentSlice) []ResponseMosquitoTreatment + func (rtd ResponseMosquitoTreatment) Render(w http.ResponseWriter, r *http.Request) error + type ResponseNote struct + CategoryName string + Content string + H3Cell int64 + ID string + Timestamp string + func (rtd ResponseNote) Render(w http.ResponseWriter, r *http.Request) error + type ResponseServiceRequest struct + Address string + AssignedTechnician string + City string + Created string + H3Cell int64 + HasDog *bool + HasSpanishSpeaker *bool + ID string + Priority string + RecordedDate string + Source string + Status string + Target string + Zip string + func NewResponseServiceRequest(sr *models.FieldseekerServicerequest) ResponseServiceRequest + func NewResponseServiceRequests(requests models.FieldseekerServicerequestSlice) []ResponseServiceRequest + func (srr ResponseServiceRequest) Render(w http.ResponseWriter, r *http.Request) error + type ResponseTrapData struct + Created string + Description string + H3Cell int64 + ID string + Name string + func NewResponseTrapData(data models.FieldseekerTraplocationSlice) []ResponseTrapData + func NewResponseTrapDatum(td *models.FieldseekerTraplocation) ResponseTrapData + func (rtd ResponseTrapData) Render(w http.ResponseWriter, r *http.Request) error