Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerHandler ¶
type CustomerHandler interface { FindOne(w http.ResponseWriter, r *http.Request) Register(w http.ResponseWriter, r *http.Request) }
func NewCustomerHandler ¶
func NewCustomerHandler(service service.CustomerService) CustomerHandler
type EasyJSON_exporter_RegistrationRequestBody ¶
type EasyJSON_exporter_RegistrationRequestBody *RegistrationRequestBody
type EasyJSON_exporter_customerHandler ¶
type EasyJSON_exporter_customerHandler *customerHandler
type RegistrationRequestBody ¶
type RegistrationRequestBody struct { Email string `json:"email"` Password string `json:"password"` }
func (RegistrationRequestBody) MarshalEasyJSON ¶
func (RegistrationRequestBody) MarshalEasyJSON(w *jwriter.Writer)
func (RegistrationRequestBody) MarshalJSON ¶
func (RegistrationRequestBody) MarshalJSON() ([]byte, error)
func (*RegistrationRequestBody) UnmarshalEasyJSON ¶
func (*RegistrationRequestBody) UnmarshalEasyJSON(l *jlexer.Lexer)
func (*RegistrationRequestBody) UnmarshalJSON ¶
func (*RegistrationRequestBody) UnmarshalJSON([]byte) error
Click to show internal directories.
Click to hide internal directories.