# Packages
No description provided by the author
# Functions
MakeInvalidInput builds a goa.ServiceError from an error.
MakeNotFound builds a goa.ServiceError from an error.
NewClient initializes a "Points" service client given the endpoints.
NewEndpoints wraps the methods of the "Points" service with endpoints.
NewGetPointChartEndpoint returns an endpoint function that calls the method "GetPointChart" of service "Points".
NewGetResortEndpoint returns an endpoint function that calls the method "GetResort" of service "Points".
NewGetResortsEndpoint returns an endpoint function that calls the method "GetResorts" of service "Points".
NewGetResortYearEndpoint returns an endpoint function that calls the method "GetResortYear" of service "Points".
NewPutResortEndpoint returns an endpoint function that calls the method "PutResort" of service "Points".
NewQueryStayEndpoint returns an endpoint function that calls the method "QueryStay" of service "Points".
NewResortResult initializes result type ResortResult from viewed result type ResortResult.
NewResortResultCollection initializes result type ResortResultCollection from viewed result type ResortResultCollection.
NewResortYearResult initializes result type ResortYearResult from viewed result type ResortYearResult.
NewViewedResortResult initializes viewed result type ResortResult from result type ResortResult using the given view.
NewViewedResortResultCollection initializes viewed result type ResortResultCollection from result type ResortResultCollection using the given view.
NewViewedResortYearResult initializes viewed result type ResortYearResult from result type ResortYearResult using the given view.
# Constants
ServiceName is the name of the service as defined in the design.
# Variables
MethodNames lists the service method names as defined in the design.
# Structs
Client is the "Points" service client.
Endpoints wraps the "Points" service endpoints.
GetPointChartPayload is the payload type of the Points service GetPointChart method.
GetResortPayload is the payload type of the Points service GetResort method.
GetResortYearPayload is the payload type of the Points service GetResortYear method.
PointChart is the result type of the Points service GetPointChart method.
PutResortPayload is the payload type of the Points service PutResort method.
ResortResult is the result type of the Points service GetResort method.
ResortYearResult is the result type of the Points service GetResortYear method.
No description provided by the author
Stay is the payload type of the Points service QueryStay method.
StayResult is the result type of the Points service QueryStay method.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
provides resources for manipulating resorts, point charts, and querying stays.
# Type aliases
ResortResultCollection is the result type of the Points service GetResorts method.