Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GrpcServer ¶
type GrpcServer struct {
// contains filtered or unexported fields
}
func NewGrpcServer ¶
func NewGrpcServer(port string, microservices applications.MicroserviceServer, loggerManager *zap.Logger) *GrpcServer
type IRedisManager ¶
type IRedisManager interface {
}
type LoggerManager ¶
func NewLoggerManager ¶
func NewLoggerManager(environment string) *LoggerManager
type Postgres ¶
type Postgres struct {
Database squirrel.StatementBuilderType
// contains filtered or unexported fields
}
type RedisManager ¶
func NewRedisManager ¶
Click to show internal directories.
Click to hide internal directories.