package gonetworkmanager import ( "errors" ) var ( ErrVariantType = errors.New("unexpected variant type") )