Continued scaffolding and interface definitions
This commit is contained in:
@@ -5,10 +5,10 @@ import (
|
||||
"gitlab.michelsen.id/phillmichelsen/tessera/services/data_service/internal/domain"
|
||||
)
|
||||
|
||||
type In interface {
|
||||
type Receiver interface {
|
||||
Receive() (port string, message domain.Message, ok bool)
|
||||
}
|
||||
|
||||
type Out interface {
|
||||
type Sender interface {
|
||||
Send(port string, message domain.Message) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user