server.go 65 B

123456
  1. package gateway
  2. type Server struct {
  3. }
  4. func MustNewServer() {}