Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 5, 2024
1 parent 9666881 commit cd2b4f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apstra/blueprint/ip_link_addressing.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,3 @@ func (o *IpLinkAddressing) LoadApiData(_ context.Context, in *apstra.TwoStageL3C
o.GenericIpv6Addr = cidrtypes.NewIPv6PrefixValue(genericEp.Subinterface.Ipv6Addr.String())
}
}

type PrivateInterfaceIds struct {
SwitchInterface apstra.ObjectId `json:"switch_interface"`
GenericInterface apstra.ObjectId `json:"generic_interface"`
}

0 comments on commit cd2b4f8

Please sign in to comment.