Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValuesController ¶
type ValuesController struct{}
ValuesController is the equivalent `ValuesController` of the .net core 2.0 mvc application.
func (*ValuesController) Delete ¶
func (vc *ValuesController) Delete()
Delete handles "DELETE" requests to "api/values/{id}".
func (*ValuesController) Get ¶
func (vc *ValuesController) Get() string
Get handles "GET" requests to "api/values/{id}".
func (*ValuesController) Put ¶
func (vc *ValuesController) Put()
Put handles "PUT" requests to "api/values/{id}".
Click to show internal directories.
Click to hide internal directories.