Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithClient ¶
Types ¶
type Server ¶
type Server struct { RedisClient *redis.MessageQueue Client net.Conn Server net.Listener Logger *zap.Logger }
func New ¶
func New(cfgs ...ServerConfiguration) (*Server, error)
type ServerConfiguration ¶
func WithRedisClient ¶
func WithRedisClient() ServerConfiguration
func WithServer ¶
func WithServer() ServerConfiguration
func WithZapper ¶
func WithZapper() ServerConfiguration
Click to show internal directories.
Click to hide internal directories.