This website works better with JavaScript
Home
Explore
Help
Register
Sign In
fcg-xvii
/
microservice
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
284229301e
Branches
Tags
master
microservice
/
application.go
application.go
85 B
History
Raw
1
2
3
4
5
package microservice
type Application interface {
NewConnection() chan<- *Socket
}