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: 7 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 {
	// contains filtered or unexported fields
}

Service is up-dao service

func New

func New(c *conf.Config) (s *Service)

New fn

func (*Service) Close

func (s *Service) Close()

Close dao

func (*Service) ExpireUpRatingCache

func (s *Service) ExpireUpRatingCache(c context.Context, mid int64) error

ExpireUpRatingCache ...

func (*Service) Ping

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

Ping fn

func (*Service) UpRating

func (s *Service) UpRating(c context.Context, mid int64) (rating *model.Rating, err error)

UpRating gets data from cache and falls back to db

func (*Service) UpRatingDB

func (s *Service) UpRatingDB(c context.Context, mid int64) (rating *model.Rating, err error)

UpRatingDB gets data from db

Jump to

Keyboard shortcuts

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