Skip to content

Commit 0679228

Browse files
committed
Added notes about technical debt
1 parent fd773dc commit 0679228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/arguments/port.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ func (p *Port) GetPortAddressAndProtocol(instance *rpc.Instance, sk *sketch.Sket
7474
// GetPort returns the Port obtained by parsing command line arguments.
7575
// The extra metadata for the ports is obtained using the pluggable discoveries.
7676
func (p *Port) GetPort(instance *rpc.Instance, sk *sketch.Sketch) (*discovery.Port, error) {
77+
// TODO: REMOVE sketch.Sketch from here
78+
// TODO: REMOVE discvoery from here (use board.List instead)
79+
7780
address := p.address
7881
protocol := p.protocol
7982

0 commit comments

Comments
 (0)