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: 17 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 struct

func New

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

New init

func (*Service) Close

func (s *Service) Close()

Close Service

func (*Service) Ping

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

Ping Service

func (*Service) SyncElecMessageList

func (s *Service) SyncElecMessageList(c context.Context)

SyncElecMessageList 同步��老充电留言

func (*Service) SyncElecOrderList

func (s *Service) SyncElecOrderList(c context.Context)

SyncElecOrderList 同步老充电订单

type TaskProcess

type TaskProcess interface {
	Run() error   // 运行任务
	TTL() int32   // 任务的最长生命周期
	Name() string // 任务名称
}

TaskProcess .

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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