Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrWrongRequestType = errors.New("wrong request type")
)
Functions ¶
func GetStateEndpoint ¶
func GetStateEndpoint(svc services.StateService) endpoint.Endpoint
func GetStatesEndpoint ¶
func GetStatesEndpoint(svc services.StateService) endpoint.Endpoint
Types ¶
type GetStateRequest ¶
type GetStateRequest struct {
Abbreviation string `json:"abbreviation"`
}
type StateResponse ¶
Click to show internal directories.
Click to hide internal directories.