Commit d69ec4bb authored by Peeeekay's avatar Peeeekay Committed by GitHub

Merge pull request #45 from kurtosis-tech/pk/add_port_spec_constructor

updated struct to PortSpec
parents 2ed9d5c8 a08abb85
# TBD
### Breaking changes
- Updated `struct` to `PortSpec` for declaring port definitions
# 0.0.5
### Fixes
......
......@@ -25,4 +25,4 @@ def path_dir(path):
def new_port_spec(number, protocol):
return struct(number = number, protocol = protocol)
return PortSpec(number = number, protocol = protocol)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment