package
0.0.0-20240722062625-461d3a444f24
Repository: https://github.com/goboolean/core-system.worker.git
Documentation: pkg.go.dev

# Functions

ParseTask parses the taskString and returns the corresponding Task.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

ExampleAnnotation is the most basic model of Annotation, storing human-readable interpretation results at a specific point in time.
OrderEvent represents the order event that the worker dispatches to external systems.
Packet is a struct used to transfer data between jobs.
Pair is a struct used to pass together the output data generated by a machine learning model at a specific point in time (predicted value) and the actual trading data at the point(current value).
No description provided by the author
TradeCommand represents an order in the system.

# Type aliases

Action represents the action to be performed for an order.
Task represents the task to be performed by the application.