inbound.go 82 B

1234567
  1. package adapter
  2. type Inbound interface {
  3. Service
  4. Type() string
  5. Tag() string
  6. }