File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
dp-inntekt-grpc/src/main/proto Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ object Shadow {
242
242
}
243
243
244
244
object TestContainers {
245
- const val version = " 1.13.0 "
245
+ const val version = " 1.15.0-rc2 "
246
246
const val postgresql = " org.testcontainers:postgresql:$version "
247
247
const val kafka = " org.testcontainers:kafka:$version "
248
248
}
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ option java_multiple_files = true;
4
4
5
5
import "InntektAsJson.proto" ;
6
6
7
+ message Person {
8
+ string fnr = 1 ;
9
+ }
10
+
7
11
service InntektHenter {
8
12
rpc hentSpesifisertInntektAsJson (InntektId ) returns (SpesifisertInntektAsJson ) {}
9
13
rpc hentKlassifisertInntektAsJson (InntektId ) returns (KlassifisertInntektAsJson ) {}
14
+ rpc hentKlassifisertInntektAsJson (Person ) returns (KlassifisertInntektAsJson ) {}
10
15
}
You can’t perform that action at this time.
0 commit comments