Searched refs:MonsterStorageServer (Results 1 – 1 of 1) sorted by relevance
146 type MonsterStorageServer interface { interface179 func RegisterMonsterStorageServer(s grpc.ServiceRegistrar, srv MonsterStorageServer) { argument190 return srv.(MonsterStorageServer).Store(ctx, in)198 return srv.(MonsterStorageServer).Store(ctx, req.(*Monster))207 return srv.(MonsterStorageServer).Retrieve(m, &monsterStorageRetrieveServer{stream})224 return srv.(MonsterStorageServer).GetMaxHitPoint(&monsterStorageGetMaxHitPointServer{stream})250 …return srv.(MonsterStorageServer).GetMinMaxHitPoints(&monsterStorageGetMinMaxHitPointsServer{strea…277 HandlerType: (*MonsterStorageServer)(nil),