service

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

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

func New

func New(c *conf.Config) *Service

New init

func (*Service) Close

func (s *Service) Close()

Close Service

func (*Service) GetOne

func (s *Service) GetOne(ctx context.Context, mid int64) (*model.AccountSummary, error)

GetOne is

func (*Service) Main

func (s *Service) Main()

Main is

func (*Service) Ping

func (s *Service) Ping(c context.Context) error

Ping Service

func (*Service) SyncOne

func (s *Service) SyncOne(ctx context.Context, mid int64) error

SyncOne is

func (*Service) SyncToHBase

func (s *Service) SyncToHBase(ctx context.Context, body Syncable) error

SyncToHBase is

type Syncable

type Syncable interface {
	Key() (string, error)
	Marshal() (map[string][]byte, error)
}

Syncable is

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL