Skip to content

Latest commit

 

History

History

server-go-grpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

server-go-grpc

grpcurl -plaintext localhost:${AIS_SERVER_GO_GRPC_PORT} list
grpcurl -plaintext localhost:${AIS_SERVER_GO_GRPC_PORT} list sample.ChatService
grpcurl -plaintext localhost:${AIS_SERVER_GO_GRPC_PORT} sample.ChatService.Get
grpcurl -plaintext -d '
    {
      "body" : "てすとめっせーじ"
    }
' localhost:${AIS_SERVER_GO_GRPC_PORT} sample.ChatService.Post