Skip to content

Commit

Permalink
feat(torch): comments updated
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
tty47 committed Oct 23, 2023
1 parent d1e3888 commit 44e72ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ type MutualPeersConfig struct {
// MutualPeer represents a mutual peer structure.
type MutualPeer struct {
ConsensusNode string `yaml:"consensusNode,omitempty"` // ConsensusNode name
Peers []Peer `yaml:"peers"` // Peer list of peers.
Peers []Peer `yaml:"peers"` // Peer list of peers.
TrustedPeersPath string `yaml:"trustedPeersPath,omitempty"` // TrustedPeersPath specify the path to keep the files
}

// Peer represents a peer structure.
type Peer struct {
// NodeName of the peer node.
NodeName string `yaml:"nodeName"` // NodeName name of the sts/deployment
NodeType string `yaml:"nodeType"` // NodeType specify the type of node
ContainerName string `yaml:"containerName,omitempty"` // ContainerName name of the main container
Expand Down

0 comments on commit 44e72ef

Please sign in to comment.