action
example
clients
go
api
docs
GreetApi.md
LoginReq.md
RegisterReq.md
UserApiApi.md
UserInfoReply.md
UserInfoReq.md
UserSearchReply.md
UserSearchReq.md
.gitignore
.swagger-codegen-ignore
.travis.yml
README.md
api_greet.go
api_user_api.go
client.go
configuration.go
git_push.sh
model_login_req.go
model_register_req.go
model_user_info_reply.go
model_user_info_req.go
model_user_search_reply.go
model_user_search_req.go
response.go
javascript
php
gozero
sys
generate-client.sh
generate.go
rest.swagger.json
swagger.json
test.api
user.api
user.json
generate
.gitignore
README.md
go.mod
go.sum
main.go
swagtest
32 lines
679 B
Markdown
32 lines
679 B
Markdown
![]() |
# \GreetApi
|
||
|
|
||
|
All URIs are relative to *http://localhost*
|
||
|
|
||
|
Method | HTTP request | Description
|
||
|
------------- | ------------- | -------------
|
||
|
[**Ping**](GreetApi.md#Ping) | **Get** /user/ping |
|
||
|
|
||
|
|
||
|
# **Ping**
|
||
|
> interface{} Ping(ctx, )
|
||
|
|
||
|
|
||
|
### Required Parameters
|
||
|
This endpoint does not need any parameter.
|
||
|
|
||
|
### Return type
|
||
|
|
||
|
[**interface{}**](interface{}.md)
|
||
|
|
||
|
### Authorization
|
||
|
|
||
|
No authorization required
|
||
|
|
||
|
### HTTP request headers
|
||
|
|
||
|
- **Content-Type**: application/json
|
||
|
- **Accept**: application/json
|
||
|
|
||
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||
|
|