# Functions
DecodeGetPointChartRequest returns a decoder for requests sent to the Points GetPointChart endpoint.
DecodeGetResortRequest returns a decoder for requests sent to the Points GetResort endpoint.
DecodeGetResortYearRequest returns a decoder for requests sent to the Points GetResortYear endpoint.
DecodePutResortRequest returns a decoder for requests sent to the Points PutResort endpoint.
DecodeQueryStayRequest returns a decoder for requests sent to the Points QueryStay endpoint.
EncodeGetPointChartError returns an encoder for errors returned by the GetPointChart Points endpoint.
EncodeGetPointChartResponse returns an encoder for responses returned by the Points GetPointChart endpoint.
EncodeGetResortError returns an encoder for errors returned by the GetResort Points endpoint.
EncodeGetResortResponse returns an encoder for responses returned by the Points GetResort endpoint.
EncodeGetResortsResponse returns an encoder for responses returned by the Points GetResorts endpoint.
EncodeGetResortYearError returns an encoder for errors returned by the GetResortYear Points endpoint.
EncodeGetResortYearResponse returns an encoder for responses returned by the Points GetResortYear endpoint.
EncodePutResortError returns an encoder for errors returned by the PutResort Points endpoint.
EncodePutResortResponse returns an encoder for responses returned by the Points PutResort endpoint.
EncodeQueryStayError returns an encoder for errors returned by the QueryStay Points endpoint.
EncodeQueryStayResponse returns an encoder for responses returned by the Points QueryStay endpoint.
GetPointChartPointsPath returns the URL path to the Points service GetPointChart HTTP endpoint.
GetResortPointsPath returns the URL path to the Points service GetResort HTTP endpoint.
GetResortsPointsPath returns the URL path to the Points service GetResorts HTTP endpoint.
GetResortYearPointsPath returns the URL path to the Points service GetResortYear HTTP endpoint.
Mount configures the mux to serve the Points endpoints.
MountGetPointChartHandler configures the mux to serve the "Points" service "GetPointChart" endpoint.
MountGetResortHandler configures the mux to serve the "Points" service "GetResort" endpoint.
MountGetResortsHandler configures the mux to serve the "Points" service "GetResorts" endpoint.
MountGetResortYearHandler configures the mux to serve the "Points" service "GetResortYear" endpoint.
MountPutResortHandler configures the mux to serve the "Points" service "PutResort" endpoint.
MountQueryStayHandler configures the mux to serve the "Points" service "QueryStay" endpoint.
New instantiates HTTP handlers for all the Points service endpoints using the provided encoder and decoder.
NewGetPointChartHandler creates a HTTP handler which loads the HTTP request and calls the "Points" service "GetPointChart" endpoint.
NewGetPointChartNotFoundResponseBody builds the HTTP response body from the result of the "GetPointChart" endpoint of the "Points" service.
NewGetPointChartPayload builds a Points service GetPointChart endpoint payload.
NewGetPointChartResponseBody builds the HTTP response body from the result of the "GetPointChart" endpoint of the "Points" service.
NewGetResortHandler creates a HTTP handler which loads the HTTP request and calls the "Points" service "GetResort" endpoint.
NewGetResortNotFoundResponseBody builds the HTTP response body from the result of the "GetResort" endpoint of the "Points" service.
NewGetResortPayload builds a Points service GetResort endpoint payload.
NewGetResortResponseBodyResortOnly builds the HTTP response body from the result of the "GetResort" endpoint of the "Points" service.
NewGetResortsHandler creates a HTTP handler which loads the HTTP request and calls the "Points" service "GetResorts" endpoint.
NewGetResortYearHandler creates a HTTP handler which loads the HTTP request and calls the "Points" service "GetResortYear" endpoint.
NewGetResortYearNotFoundResponseBody builds the HTTP response body from the result of the "GetResortYear" endpoint of the "Points" service.
NewGetResortYearPayload builds a Points service GetResortYear endpoint payload.
NewGetResortYearResponseBody builds the HTTP response body from the result of the "GetResortYear" endpoint of the "Points" service.
NewPutResortHandler creates a HTTP handler which loads the HTTP request and calls the "Points" service "PutResort" endpoint.
NewPutResortNotFoundResponseBody builds the HTTP response body from the result of the "PutResort" endpoint of the "Points" service.
NewPutResortPayload builds a Points service PutResort endpoint payload.
NewPutResortResponseBodyResortOnly builds the HTTP response body from the result of the "PutResort" endpoint of the "Points" service.
NewQueryStayHandler creates a HTTP handler which loads the HTTP request and calls the "Points" service "QueryStay" endpoint.
NewQueryStayInvalidInputResponseBody builds the HTTP response body from the result of the "QueryStay" endpoint of the "Points" service.
NewQueryStayResponseBody builds the HTTP response body from the result of the "QueryStay" endpoint of the "Points" service.
NewQueryStayStay builds a Points service QueryStay endpoint payload.
NewResortResultResponseCollection builds the HTTP response body from the result of the "GetResorts" endpoint of the "Points" service.
NewResortResultResponseResortOnlyCollection builds the HTTP response body from the result of the "GetResorts" endpoint of the "Points" service.
NewResortResultResponseResortUpdateCollection builds the HTTP response body from the result of the "GetResorts" endpoint of the "Points" service.
PutResortPointsPath returns the URL path to the Points service PutResort HTTP endpoint.
QueryStayPointsPath returns the URL path to the Points service QueryStay HTTP endpoint.
ValidatePutResortRequestBody runs the validations defined on PutResortRequestBody.
# Structs
GetPointChartNotFoundResponseBody is the type of the "Points" service "GetPointChart" endpoint HTTP response body for the "not_found" error.
GetPointChartResponseBody is the type of the "Points" service "GetPointChart" endpoint HTTP response body.
GetResortNotFoundResponseBody is the type of the "Points" service "GetResort" endpoint HTTP response body for the "not_found" error.
GetResortResponseBodyResortOnly is the type of the "Points" service "GetResort" endpoint HTTP response body.
GetResortYearNotFoundResponseBody is the type of the "Points" service "GetResortYear" endpoint HTTP response body for the "not_found" error.
GetResortYearResponseBody is the type of the "Points" service "GetResortYear" endpoint HTTP response body.
MountPoint holds information about the mounted endpoints.
PutResortNotFoundResponseBody is the type of the "Points" service "PutResort" endpoint HTTP response body for the "not_found" error.
PutResortRequestBody is the type of the "Points" service "PutResort" endpoint HTTP request body.
PutResortResponseBodyResortOnly is the type of the "Points" service "PutResort" endpoint HTTP response body.
QueryStayInvalidInputResponseBody is the type of the "Points" service "QueryStay" endpoint HTTP response body for the "invalid_input" error.
QueryStayResponseBody is the type of the "Points" service "QueryStay" endpoint HTTP response body.
ResortResultResponse is used to define fields on response body types.
ResortResultResponseResortOnly is used to define fields on response body types.
ResortResultResponseResortUpdate is used to define fields on response body types.
RoomTypeResponse is used to define fields on response body types.
RoomTypeResponseBody is used to define fields on response body types.
Server lists the Points service endpoint HTTP handlers.
TierDateRangeResponseBody is used to define fields on response body types.
TierResponseBody is used to define fields on response body types.
TierRoomTypePointsResponseBody is used to define fields on response body types.
# Interfaces
ErrorNamer is an interface implemented by generated error structs that exposes the name of the error as defined in the design.
# Type aliases
ResortResultResponseCollection is the type of the "Points" service "GetResorts" endpoint HTTP response body.
ResortResultResponseResortOnlyCollection is the type of the "Points" service "GetResorts" endpoint HTTP response body.
ResortResultResponseResortUpdateCollection is the type of the "Points" service "GetResorts" endpoint HTTP response body.