Skip to content

Commit

Permalink
tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowosie committed Oct 22, 2024
1 parent a078503 commit abfec15
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 119 deletions.
2 changes: 2 additions & 0 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ type Config struct {

GatewayAPIKey string `mapstructure:"gw-api-key"`
GatewayTimeout time.Duration `mapstructure:"gw-timeout"`

PluginPath string `mapstructure:"plugin-path"`
}

type Node struct {
Expand Down
Loading

0 comments on commit abfec15

Please sign in to comment.