httpserver

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HandleFunc

type HandleFunc struct {
	Pattern string
	Handler http.HandlerFunc
}

type Server

type Server struct {
	Mux           *http.ServeMux
	GraphQLServer *http.Server
}

func NewGraphQLServer added in v0.5.0

func NewGraphQLServer(authenticationService service.AuthenticationService, noteService service.NoteService, cfg config.Configuration, jwtDatasource domain.JwtDatasource) *Server

NewGraphQLServer creates and configures a new GraphQL server with the specified address.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL