Documentation
¶
Index ¶
- type Service
- func (s *Service) Close()
- func (s *Service) GetOne(ctx context.Context, mid int64) (*model.AccountSummary, error)
- func (s *Service) Main()
- func (s *Service) Ping(c context.Context) error
- func (s *Service) SyncOne(ctx context.Context, mid int64) error
- func (s *Service) SyncToHBase(ctx context.Context, body Syncable) error
- type Syncable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { MemberBinLog *databus.Databus BlockBinLog *databus.Databus PassportBinLog *databus.Databus RelationBinLog *databus.Databus AccountSummaryProducer *databus.Databus // contains filtered or unexported fields }
Service struct
Click to show internal directories.
Click to hide internal directories.