service.go 75 B

12345
  1. package application
  2. type Service interface {
  3. ServiceCamalName() string
  4. }