Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer interface { GetGraphQLHandler() http.Handler GetHandler() http.Handler ListenAndServe() error }
func NewHttpServer ¶
func NewHttpServer( logger *zap.SugaredLogger, appConfig configuration.AppConfig, graphQLServer *handler.Server) (HttpServer, error)
Click to show internal directories.
Click to hide internal directories.