Documentation
¶
Index ¶
- func NewGraphQLServer(log *logrus.Logger, cfg config.GraphQLServerConfig, ...) (*http.Server, error)
- func NewGrpcServer(log *logrus.Logger, cfg config.GRPCServerConfig, modules []module.GRPCModule) (*grpc.Server, error)
- func NewRestServer(log *logrus.Logger, cfg config.HTTPServerConfig, modules []module.HTTPModule) (*http.Server, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGraphQLServer ¶
func NewGraphQLServer(log *logrus.Logger, cfg config.GraphQLServerConfig, modules []module.GraphQLModule) (*http.Server, error)
func NewGrpcServer ¶
func NewGrpcServer(log *logrus.Logger, cfg config.GRPCServerConfig, modules []module.GRPCModule) (*grpc.Server, error)
func NewRestServer ¶
func NewRestServer(log *logrus.Logger, cfg config.HTTPServerConfig, modules []module.HTTPModule) (*http.Server, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.