firefly

package
v0.1.33 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type All

type All struct {
	Phones    []string
	BatchSize int
}

func (All) Sync

func (s All) Sync(ctx jobs.Context, db database.DB, client firefly.Invoker) (ls []Interface, errs error)

func (All) TableName

func (s All) TableName() string

type Categories

type Categories struct{}

func (Categories) Sync

func (s Categories) Sync(ctx jobs.Context, db database.DB, client firefly.Invoker) (ss []Interface, errs error)

func (Categories) TableName

func (s Categories) TableName() string

type Currencies

type Currencies struct{}

func (Currencies) Sync

func (s Currencies) Sync(ctx jobs.Context, db database.DB, client firefly.Invoker) (ss []Interface, errs error)

func (Currencies) TableName

func (s Currencies) TableName() string

type Interface

type Interface interface {
	schema.Tabler
	Sync(ctx jobs.Context, db database.DB, client firefly.Invoker) ([]Interface, error)
}

Jump to

Keyboard shortcuts

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