# Packages

Package audit provides a mixin that automatically creates and populates created_by and updated_by fields for schemas where the mixin is configured.
Package softdelete adds the soft delete pattern to the ent schemas.
Package validations contains validation functions for ent fields.

# Constants

ApplicationPrefix is the prefix for all application IDs owned by load balancer API.
LoadBalancerPrefix is the prefix for all load balancer IDs.
LoadBalancerProviderPrefix is the prefix for all load balancer provider IDs.
OriginPrefix is the prefix for all origin IDs.
PoolPrefix is the prefix for all pool IDs.
PortPrefix is the prefix for all port IDs.

# Structs

LoadBalancer holds the schema definition for the LoadBalancer entity.
Origin holds the schema definition for the Origin entity.
Pool holds the schema definition for the Pool entity.
Port holds the schema definition for the Port entity.
Provider holds the schema definition for the LoadBalancerProvider entity.