You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-grpc_basic/logs/rest_2022-07-15-16:00:00.log

41 lines
750 B
Plaintext

2022/07/15 16:12:33 User-Id: .
--------------Rest API Response----------------
Status-Code: 200
Grpc-Metadata-Content-Type: [application/grpc]
Content-Type: [application/json]
Content: {
"success": true,
"code": "0000",
"desc": "SUCCESS"
}
-----------------------------------------------
2022/07/15 16:12:58 User-Id: .
--------------Rest API Response----------------
Status-Code: 200
Grpc-Metadata-Content-Type: [application/grpc]
Content-Type: [application/json]
Content: {
"success": true,
"code": "0000",
"desc": "SUCCESS",
"data": [
{
"username": "pass",
"email": "abc"
},
{
"username": "lupa",
"email": "def"
},
{
"username": "skip",
"email": "hij"
}
]
}
-----------------------------------------------