mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
qa/spelling: Add Codespell support (#1121)
* Add codespell support * Fix paths * Add HTML files to exclusion list
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultJobsLimit defines a maxiumum amount of jobs allowed in channel
|
||||
// DefaultJobsLimit defines a maximum amount of jobs allowed in channel
|
||||
DefaultJobsLimit = 100
|
||||
|
||||
// DefaultMaxWorkers is the package default worker ceiling amount
|
||||
@@ -24,7 +24,7 @@ var dispatcher *Dispatcher
|
||||
|
||||
// Dispatcher defines an internal subsystem communication/change state publisher
|
||||
type Dispatcher struct {
|
||||
// routes refers to a subystem uuid ticket map with associated publish
|
||||
// routes refers to a subsystem uuid ticket map with associated publish
|
||||
// channels, a relayer will be given a unique id through its job channel,
|
||||
// then publish the data across the full registered channels for that uuid.
|
||||
// See relayer() method below.
|
||||
@@ -71,7 +71,7 @@ type Mux struct {
|
||||
|
||||
// Pipe defines an outbound object to the desired routine
|
||||
type Pipe struct {
|
||||
// Channel to get all our lovely informations
|
||||
// Channel to get all our lovely information
|
||||
C <-chan interface{}
|
||||
// ID to tracked system
|
||||
id uuid.UUID
|
||||
|
||||
Reference in New Issue
Block a user