Documentation
¶
Index ¶
- func Read(file string) string
- func RecorderDelete(path string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
- func RecorderGet(path string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
- func RecorderPost(path, file string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
- func RecorderPut(path, file string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
- func RemoveEnterAndTabs(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecorderDelete ¶
func RecorderDelete(path string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
ContextAndRecorderDelete context and recorder Put method
func RecorderGet ¶
func RecorderGet(path string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
RecorderForGet recorder for Get method
func RecorderPost ¶
func RecorderPost(path, file string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
ContextAndRecorderPost context and recorder Put method
func RecorderPut ¶
func RecorderPut(path, file string, e *echo.Echo) (echo.Context, *httptest.ResponseRecorder)
ContextAndRecorderPut context and recorder Put method
func RemoveEnterAndTabs ¶
RemoveEnterAndTabs removes enters and tabs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.