# Variables
UsersTable informs ksql that the ID column is named "id".
# Structs
Address contains the user's address.
MockSQLProvider is a mock of SQLProvider interface.
MockSQLProviderMockRecorder is the mock recorder for MockSQLProvider.
Service ...
UserEntity represents a domain user, the pointer fields represent optional fields that might not be present in some requests.