v1

package
v0.0.0-...-9c5704a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2020 License: MIT Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL