Documentation ¶
Overview ¶
Package server provides a server implementation to connect network transport protocols and service business logic by defining server endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logger micrologger.Logger Service *service.Service Viper *viper.Viper ProjectName string }
Config represents the configuration used to create a new server object.
Click to show internal directories.
Click to hide internal directories.