package
0.0.0-20220428214448-5da73512a19f
Repository: https://github.com/candig/go-model-service.git
Documentation: pkg.go.dev

# Functions

GetIndividualByID returns the Individual in the database corresponding to the given ID (or nil if no match is found).
GetIndividuals returns all Individuals in the database given zero or more query parameters.
GetIndividualsByVariant returns all Individuals with a given Variant called.
GetOneIndividual returns the Individual in the database that corresponds to a given UUID.
PostIndividual processes a Individual posted by the API request and creates it into the database.