Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChatService = fx.Provide( func( l *zap.Logger, setting cfx.ChatSettingParams, mqParams mfx.MessageQueueParams, aParams mfx2.AppParams, redisParams ofx.RedisParams, ) (out sfx.GrpcServiceResult, err error) { if s, err := NewService( l, mqParams.MessageQueue, setting.ChatInterval, aParams.Deployment, aParams.AppId, db.OpenDatabase(l, redisParams.Redis), ); err != nil { return out, err } else { out.GrpcService = s } return }, )
Functions ¶
This section is empty.
Types ¶
type Chatter ¶
type Chatter struct {
// contains filtered or unexported fields
}
func CreateChatter ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) RegisterWithGrpcServer ¶
func (s *Service) RegisterWithGrpcServer(server siface.IGrpcServer) error
Click to show internal directories.
Click to hide internal directories.