Skip to content

Commit 690cc69

Browse files
Merge pull request #265 from code0-tech/#261-flow-type-id-adatper-conf
Added FlowTypeIdentifier to AdapterConfiguration
2 parents e7adccf + 2f88dbc commit 690cc69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

proto/shared/shared.runtime_status.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ option ruby_package = "Tucana::Shared";
77
import "shared.translation.proto";
88

99
message AdapterConfiguration {
10+
// List of flow type identifiers for this specific AdapterConfiguration
11+
repeated string flow_type_identifiers = 1;
1012
oneof data {
11-
string endpoint = 1; // e.g. URL, ...
13+
string endpoint = 2; // e.g. URL, ...
1214
}
1315
}
1416

0 commit comments

Comments
 (0)