package microservice

type Application interface {
	NewConnection() chan<- *Socket
}