Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶
type Store interface { UpdateObservation(observationId string, shortDesc string, longDesc string, categoryId string) (*postgres.Observation, error) DeleteObservation(observationId string) error GetObservation(id string) (*postgres.Observation, error) CheckPermissions(observationId string, userId string) (bool, error) }
Click to show internal directories.
Click to hide internal directories.