service

package
v0.0.0-...-e6e6a7d Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	QueueSignin *queueSignin
	QueuePoint  *queuePoint
	QueueView   *queueView
)

Functions

func Init

func Init() error

func InitGen

func InitGen()

func InitQueuePoint

func InitQueuePoint() *queuePoint

func InitQueueSignin

func InitQueueSignin() *queueSignin

func InitQueueView

func InitQueueView() *queueView

Types

type PointTask

type PointTask struct {
	TypeData constx.PointConfig
	Uid      int
}

Task defines a unit of work in the queue.

type Task

type Task struct {
	// ID identifies this task.
	ID  int `json:"id,omitempty"`
	Uid int
}

Task defines a unit of work in the queue.

type ViewTask

type ViewTask struct {
	// ID identifies this task.
	GoodsId int `json:"id,omitempty"`
	Uid     int
	TypeId  int
	Name    string
}

Task defines a unit of work in the queue.

Jump to

Keyboard shortcuts

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