Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application abstracts all the functional components to be run by the server.
func Setup ¶
func Setup(cfg conf.ServerConfig) (Application, error)
Setup creates a new application using the given ServerConfig.
type Services ¶
type Services struct { TasksWriter tasksv1.TasksWriterServiceServer TasksReader tasksv1.TasksReaderServiceServer Health *health.Server }
Services groups all the services exposed by a single gRPC Server.
Click to show internal directories.
Click to hide internal directories.