Versions in this module Expand all Collapse all v0 v0.5.3 Jun 7, 2018 Changes in this version + var SwaggerJSON json.RawMessage + type Server struct + EnabledListeners []string + Host string + Port int + SocketPath flags.Filename + TLSCertificate flags.Filename + TLSCertificateKey flags.Filename + TLSHost string + TLSPort int + func NewServer(api *operations.OshinkoRestAPI) *Server + func (s *Server) ConfigureAPI() + func (s *Server) ConfigureFlags() + func (s *Server) Fatalf(f string, args ...interface{}) + func (s *Server) GetHandler() http.Handler + func (s *Server) Listen() error + func (s *Server) Logf(f string, args ...interface{}) + func (s *Server) Serve() (err error) + func (s *Server) SetAPI(api *operations.OshinkoRestAPI) + func (s *Server) Shutdown() error