There are two empty CallmeRequest.kt files that need to be implemented:
- inter-communication/inter-callme-service/src/main/kotlin/pl/piomin/samples/callme/model/CallmeRequest.kt
- inter-communication/inter-caller-service/src/main/kotlin/pl/piomin/samples/caller/model/CallmeRequest.kt
These files should contain the CallmeRequest data class definition with id and message properties, which are referenced in other files.
/sweep