# Functions
BuildGetPointChartPayload builds the payload for the Points GetPointChart endpoint from CLI flags.
BuildGetResortPayload builds the payload for the Points GetResort endpoint from CLI flags.
BuildGetResortYearPayload builds the payload for the Points GetResortYear endpoint from CLI flags.
BuildPutResortPayload builds the payload for the Points PutResort endpoint from CLI flags.
BuildQueryStayPayload builds the payload for the Points QueryStay endpoint from CLI flags.
DecodeGetPointChartResponse returns a decoder for responses returned by the Points GetPointChart endpoint.
DecodeGetResortResponse returns a decoder for responses returned by the Points GetResort endpoint.
DecodeGetResortsResponse returns a decoder for responses returned by the Points GetResorts endpoint.
DecodeGetResortYearResponse returns a decoder for responses returned by the Points GetResortYear endpoint.
DecodePutResortResponse returns a decoder for responses returned by the Points PutResort endpoint.
DecodeQueryStayResponse returns a decoder for responses returned by the Points QueryStay endpoint.
EncodePutResortRequest returns an encoder for requests sent to the Points PutResort server.
EncodeQueryStayRequest returns an encoder for requests sent to the Points QueryStay server.
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.
NewClient instantiates HTTP clients for all the Points service servers.
NewGetPointChartNotFound builds a Points service GetPointChart endpoint not_found error.
NewGetPointChartPointChartOK builds a "Points" service "GetPointChart" endpoint result from a HTTP "OK" response.
NewGetResortNotFound builds a Points service GetResort endpoint not_found error.
NewGetResortResortResultOK builds a "Points" service "GetResort" endpoint result from a HTTP "OK" response.
NewGetResortsResortResultCollectionOK builds a "Points" service "GetResorts" endpoint result from a HTTP "OK" response.
NewGetResortYearNotFound builds a Points service GetResortYear endpoint not_found error.
NewGetResortYearResortYearResultOK builds a "Points" service "GetResortYear" endpoint result from a HTTP "OK" response.
NewPutResortNotFound builds a Points service PutResort endpoint not_found error.
NewPutResortRequestBody builds the HTTP request body from the payload of the "PutResort" endpoint of the "Points" service.
NewPutResortResortResultOK builds a "Points" service "PutResort" endpoint result from a HTTP "OK" response.
NewQueryStayInvalidInput builds a Points service QueryStay endpoint invalid_input error.
NewQueryStayStayResultOK builds a "Points" service "QueryStay" endpoint result from a HTTP "OK" response.
PutResortPointsPath returns the URL path to the Points service PutResort HTTP endpoint.
QueryStayPointsPath returns the URL path to the Points service QueryStay HTTP endpoint.
ValidateGetPointChartNotFoundResponseBody runs the validations defined on GetPointChart_not_found_Response_Body.
ValidateGetPointChartResponseBody runs the validations defined on GetPointChartResponseBody.
ValidateGetResortNotFoundResponseBody runs the validations defined on GetResort_not_found_Response_Body.
ValidateGetResortYearNotFoundResponseBody runs the validations defined on GetResortYear_not_found_Response_Body.
ValidatePutResortNotFoundResponseBody runs the validations defined on PutResort_not_found_Response_Body.
ValidateQueryStayInvalidInputResponseBody runs the validations defined on QueryStay_invalid_input_Response_Body.
ValidateQueryStayResponseBody runs the validations defined on QueryStayResponseBody.
ValidateResortResultResponse runs the validations defined on ResortResultResponse.
ValidateRoomTypeResponse runs the validations defined on RoomTypeResponse.
ValidateRoomTypeResponseBody runs the validations defined on RoomTypeResponseBody.
ValidateTierDateRangeResponseBody runs the validations defined on TierDateRangeResponseBody.
ValidateTierResponseBody runs the validations defined on TierResponseBody.
ValidateTierRoomTypePointsResponseBody runs the validations defined on TierRoomTypePointsResponseBody.
# Structs
Client lists the Points service endpoint HTTP clients.
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.
GetResortResponseBody 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.
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.
PutResortResponseBody 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.
RoomTypeResponse is used to define fields on response body types.
RoomTypeResponseBody is used to define fields on response body types.
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.
# Type aliases
GetResortsResponseBody is the type of the "Points" service "GetResorts" endpoint HTTP response body.