28 lines
813 B
JSON
28 lines
813 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"contractName": "mxaccess-gateway",
|
|
"gatewayProtocolVersion": 1,
|
|
"workerProtocolVersion": 1,
|
|
"protoRoot": "src/MxGateway.Contracts/Protos",
|
|
"sourceFiles": [
|
|
{
|
|
"path": "mxaccess_gateway.proto",
|
|
"role": "public_gateway"
|
|
},
|
|
{
|
|
"path": "mxaccess_worker.proto",
|
|
"role": "gateway_worker_ipc"
|
|
}
|
|
],
|
|
"descriptorSet": "clients/proto/descriptors/mxaccessgw-client-v1.protoset",
|
|
"fixtureRoot": "clients/proto/fixtures/golden",
|
|
"behaviorFixtureRoot": "clients/proto/fixtures/behavior",
|
|
"generatedOutputs": {
|
|
"dotnet": "clients/dotnet/generated",
|
|
"go": "clients/go/internal/generated",
|
|
"rust": "clients/rust/src/generated",
|
|
"python": "clients/python/src/mxgateway/generated",
|
|
"java": "clients/java/src/main/generated"
|
|
}
|
|
}
|