package
0.22.0
Repository: https://github.com/eqto/api-server.git
Documentation: pkg.go.dev

# Functions

Hello endpoint http://host:port/Hello output: { "data": "hello world", "message": "success", "status": 0 }.
HelloWorld endpoint http://host:port/HelloWorld if normalize false, or http://host:port/hello_world if normalize true output: { "data": "this is error", "message": "success", "status": 500 }.