application.go 85 B

12345
  1. package microservice
  2. type Application interface {
  3. NewConnection() chan<- *Socket
  4. }