Versions in this module Expand all Collapse all v0 v0.0.2 Apr 18, 2024 Changes in this version + func GetLogger(ctx context.Context) *zap.Logger + func GetMapper(ctx context.Context) *mapper.Mapper + type Data struct + AppPath string + GraphqlPlaygroundEnabled bool + GraphqlPlaygroundURIPath string + GraphqlPlaygroundUrl string + GraphqlURIPath string + GraphqlURL string + HTTPS bool + Host string + Port string + type LoggerKey int + type MapperKey int + type Server struct + func New(cliProject *project.CliProject) (s *Server, err error) + func (s *Server) GetDataFromCliContext() *Data + func (s *Server) ListenAndServe(serverConstructor common.Constructor) error + func (s *Server) TestServer(serverConstructor common.Constructor) (testSrv *httptest.Server, cancel func())