Documentation ¶
Index ¶
- func MakeCreateStayEndpoint(svc service.Service) kitendpoint.Endpoint
- func MakeListStaysEndpoint(svc service.Service) kitendpoint.Endpoint
- func MakeUpdateStayEndpoint(svc service.Service) kitendpoint.Endpoint
- type CreateStayRequest
- type CreateStayResponse
- type Endpoints
- type ListStaysRequest
- type ListStaysResponse
- type UpdateStayRequest
- type UpdateStayResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCreateStayEndpoint ¶
func MakeCreateStayEndpoint(svc service.Service) kitendpoint.Endpoint
func MakeListStaysEndpoint ¶
func MakeListStaysEndpoint(svc service.Service) kitendpoint.Endpoint
func MakeUpdateStayEndpoint ¶
func MakeUpdateStayEndpoint(svc service.Service) kitendpoint.Endpoint
Types ¶
type CreateStayRequest ¶
type CreateStayResponse ¶
type Endpoints ¶
type Endpoints struct { ListStaysEndpoint kitendpoint.Endpoint CreateStayEndpoint kitendpoint.Endpoint UpdateStayEndpoint kitendpoint.Endpoint }
type ListStaysRequest ¶
type ListStaysResponse ¶
type UpdateStayRequest ¶
type UpdateStayResponse ¶
Click to show internal directories.
Click to hide internal directories.