softprops / shiplift

🐳 🦀 rust interface for maneuvering docker containers
MIT License
618 stars 119 forks source link

network inspect tries to parse response as `NetworkInfo`, should be `NetworkDetails` #293

Open cswinter opened 3 years ago

cswinter commented 3 years ago

Calling the network inspect function returns an error like missing fieldrx_droppedat line 1 column 1032. This is because the inspect function returns the NetworkInfo type when it should be returning NetworkDetails. PR incoming.