Lines Matching refs:srv
132 func RegisterMonsterStorageServer(s *grpc.Server, srv MonsterStorageServer) {
133 s.RegisterService(&_MonsterStorage_serviceDesc, srv)
136 func _MonsterStorage_Store_Handler(srv interface{}, ctx context.Context,
140 if interceptor == nil { return srv.(MonsterStorageServer).Store(ctx, in) }
142 Server: srv,
147 return srv.(MonsterStorageServer).Store(ctx, req.(* Monster))
153 func _MonsterStorage_Retrieve_Handler(srv interface{}, stream grpc.ServerStream) error {
156 return srv.(MonsterStorageServer).Retrieve(m, &monsterStorageRetrieveServer{stream})
173 func _MonsterStorage_GetMaxHitPoint_Handler(srv interface{}, stream grpc.ServerStream) error {
174 return srv.(MonsterStorageServer).GetMaxHitPoint(&monsterStorageGetMaxHitPointServer{stream})
198 func _MonsterStorage_GetMinMaxHitPoints_Handler(srv interface{}, stream grpc.ServerStream) error {
199 …return srv.(MonsterStorageServer).GetMinMaxHitPoints(&monsterStorageGetMinMaxHitPointsServer{strea…