Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeStatusRequest ¶
ChangeStatusRequest holds the request parameters for the ChangeStatus method.
type ChangeStatusResponse ¶
type ChangeStatusResponse struct {
Err error `json:"error,omitempty"`
}
ChangeStatusResponse holds the response values for the ChangeStatus method.
type CreateRequest ¶
CreateRequest holds the request parameters for the Create method.
type CreateResponse ¶
CreateResponse holds the response values for the Create method.
type Endpoints ¶
type Endpoints struct { Create endpoint.Endpoint GetByID endpoint.Endpoint ChangeStatus endpoint.Endpoint }
Endpoints holds all Go kit endpoints for the Order service.
func MakeEndpoints ¶
MakeEndpoints initializes all Go kit endpoints for the Order service.
type GetByIDRequest ¶
type GetByIDRequest struct {
ID string
}
GetByIDRequest holds the request parameters for the GetByID method.
type GetByIDResponse ¶
GetByIDResponse holds the response values for the GetByID method.
Click to show internal directories.
Click to hide internal directories.