Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Aug 23, 2024
1 parent 68c03ef commit 089abe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oracle/config/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

// APIConfig defines a config for an API based data provider.
type APIConfig struct {
// Enabled is a flag that indicates whether the provider is API based.
// Enabled indicates if the provider is enabled.
Enabled bool `json:"enabled"`

// Timeout is the amount of time the provider should wait for a response from
Expand Down
2 changes: 1 addition & 1 deletion oracle/config/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (

// WebSocketConfig defines a config for a websocket based data provider.
type WebSocketConfig struct {
// Enabled is a flag that indicates whether the provider is websocket based.
// Enabled indicates if the provider is enabled.
Enabled bool `json:"enabled"`

// MaxBufferSize is the maximum number of messages that the provider will buffer
Expand Down

0 comments on commit 089abe8

Please sign in to comment.