Skip to content

Commit

Permalink
add weight to origin node
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hwang <[email protected]>
  • Loading branch information
sthwang-metal committed Oct 17, 2023
1 parent 3fbd470 commit 3d3cb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type OriginNode struct {
Name string
Target string
PortNumber int64
Weight int64
Active bool
}

Expand Down

0 comments on commit 3d3cb3e

Please sign in to comment.