Refactor validators into separate types module
parent
f1bb7633
No related branches found
No related tags found
Showing
- gso/api/v1/network.py 3 additions, 2 deletionsgso/api/v1/network.py
- gso/cli/imports.py 5 additions, 13 deletionsgso/cli/imports.py
- gso/products/product_blocks/iptrunk.py 1 addition, 15 deletionsgso/products/product_blocks/iptrunk.py
- gso/products/product_blocks/lan_switch_interconnect.py 1 addition, 1 deletiongso/products/product_blocks/lan_switch_interconnect.py
- gso/products/product_blocks/site.py 1 addition, 60 deletionsgso/products/product_blocks/site.py
- gso/services/librenms_client.py 1 addition, 1 deletiongso/services/librenms_client.py
- gso/services/subscriptions.py 26 additions, 14 deletionsgso/services/subscriptions.py
- gso/translations/en-GB.json 8 additions, 4 deletionsgso/translations/en-GB.json
- gso/types/__init__.py 1 addition, 0 deletionsgso/types/__init__.py
- gso/types/base_site.py 59 additions, 0 deletionsgso/types/base_site.py
- gso/types/coordinates.py 61 additions, 0 deletionsgso/types/coordinates.py
- gso/types/country_code.py 15 additions, 0 deletionsgso/types/country_code.py
- gso/types/interfaces.py 102 additions, 0 deletionsgso/types/interfaces.py
- gso/types/ip_address.py 14 additions, 0 deletionsgso/types/ip_address.py
- gso/types/netbox_router.py 27 additions, 0 deletionsgso/types/netbox_router.py
- gso/types/site_name.py 17 additions, 0 deletionsgso/types/site_name.py
- gso/types/snmp.py 10 additions, 0 deletionsgso/types/snmp.py
- gso/types/tt_number.py 29 additions, 0 deletionsgso/types/tt_number.py
- gso/types/unique_field.py 10 additions, 0 deletionsgso/types/unique_field.py
- gso/utils/helpers.py 39 additions, 206 deletionsgso/utils/helpers.py
Loading
Please register or sign in to comment