Initial commit

This commit is contained in:
ymaurel
2024-03-10 19:38:34 +01:00
commit ce684107c5
15 changed files with 551 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package fr.istic.grpc.echo;
import com.google.rpc.context.AttributeContext.*;
import fr.istic.grpc.echo.Echo.*;
import fr.istic.grpc.echo.EchoServiceGrpc.*;
import io.grpc.*;
public class EchoClient {
}