package definitions type OUI struct { organisation string assignment string } type Device struct { IP string MAC string }