scheduler

package
v0.0.0-...-1504753 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewJobScheduler

func NewJobScheduler(ctx context.Context)

Types

type PriceJob

type PriceJob interface {
	CopyFile() error
	CleanFile() error
	ReadFile() ([][]string, error)
	IsAtivo(symbols []string, symbol string) bool
	Run()
}

func NewPriceJob

func NewPriceJob(ctx context.Context) PriceJob

Jump to

Keyboard shortcuts

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