Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewPingServer, )
Functions ¶
This section is empty.
Types ¶
type PingServer ¶
type PingServer struct {
// contains filtered or unexported fields
}
func NewPingServer ¶
func NewPingServer(serverConfig *config.ServerConfig, logger *zap.Logger, pingSvc *service.PingService) *PingServer
func (*PingServer) ListenAndServe ¶
func (p *PingServer) ListenAndServe() error
Click to show internal directories.
Click to hide internal directories.