# Structs
Insert table ins_id on database.
InsertBatch table insert_batch on database.
Token JWT Token.
User table usuario on database.
# Interfaces
InsertInterface interface for batch insert tables.
UserRepository Repository for table usuario.
# Type aliases
ContextKey Key to use on a context.