package
0.0.0-20241030015641-382c8e99cb22
Repository: https://github.com/sasimpson/goparent.git
Documentation: pkg.go.dev

# Functions

BuildAPIRouting - common api routing here if passed a handler.
UserFromContext - helper to get the user from the request context.

# Structs

ChildDeletedResponse - response of deleted child.
ChildrenResponse - response for children lists.
ChildRequest - incoming request structure.
ChildSummaryResponse - Summary response.
ErrService - error message format for service calls.
FeedingRequest - request structure for feedings.
FeedingResponse - response structure for feedings.
Handler - this is the handler struct that contains all of the interfaces for the api.
InvitesResponse - response structure for invites.
NewUserRequest - this is for submitting password in new user request.
Pagination - structure to hold the pagination data for service calls and responses.
ServiceInfo - return data about the service.
SleepRequest - request structure for sleep.
SleepResponse - response structure for sleep.
Summary - return structure of all summary data.
UserAuthResponse - auth response structure.
UserRequest - structure for incoming user request.
UserResponse - structure for responding to user info requests.
WasteRequest - request structure for waste.
WasteResponse - response structure for waste.

# Interfaces

ServiceHandler -.