Documentation ¶
Overview ¶
* Test用サーバーを構築するためのコード * bufconnによって他のコンテナを立てず接続Testができる
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRandInt64Slice ¶
func ParseJsonFIle ¶
Types ¶
type TestServer ¶
type TestServer struct {
// contains filtered or unexported fields
}
func (*TestServer) GetConn ¶
func (s *TestServer) GetConn() *grpc.ClientConn
func (*TestServer) GetServer ¶
func (s *TestServer) GetServer() *grpc.Server
func (*TestServer) Serve ¶
func (s *TestServer) Serve()
Click to show internal directories.
Click to hide internal directories.