Rename the `entry` field to `ip` throughout the whitelist API for clarity and consistency. This affects API request/response bodies, path parameters, OpenAPI spec, documentation, and database queries in the audit log endpoint.
Organize project structure by relocating all Go files to a src/ directory, following standard Go project conventions and improving code organization.