Documentation
¶
Index ¶
- Constants
- func ExecuteDelete(routes []types.Route, routeFormat string, values ...interface{}) int
- func ExecuteGet(routes []types.Route, routeFormat string, responsePtr interface{}, ...) int
- func ExecuteGetDataTypeJsonValue(routes []types.Route, dataType, id string) interface{}
- func ExecutePost(routes []types.Route, routeFormat string, requestBody string, ...) int
- func ExecutePut(routes []types.Route, routeFormat string, requestBody string, ...) int
Constants ¶
View Source
const Prefix = "/rest"
Variables ¶
This section is empty.
Functions ¶
func ExecuteDelete ¶
func ExecuteGet ¶
func ExecuteGetDataTypeJsonValue ¶
ExecuteGetDataTypeJson performs a GET request and returns the json decoded value of the provided row cell
func ExecutePost ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.