Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientController ¶
type ClientController struct {
// contains filtered or unexported fields
}
func NewClientController ¶
func NewClientController(repository repository.ClientRepository) *ClientController
func (*ClientController) CreateClient ¶
func (controller *ClientController) CreateClient(w http.ResponseWriter, r *http.Request)
func (*ClientController) GetClientByEmail ¶
func (controller *ClientController) GetClientByEmail(w http.ResponseWriter, r *http.Request)
func (*ClientController) GetClients ¶
func (controller *ClientController) GetClients(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.