Home
last modified time | relevance | path

Searched refs:MonsterStorageServer (Results 1 – 1 of 1) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go146 type MonsterStorageServer interface { interface
179 func RegisterMonsterStorageServer(s grpc.ServiceRegistrar, srv MonsterStorageServer) { argument
190 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),