Versions in this module Expand all Collapse all v1 v1.4.1 Feb 15, 2026 Changes in this version + type APIError struct + Code string + Details map[string]interface{} + Message string + type APIResponse struct + Data *T + Error *APIError + Meta Meta + Success bool + Timestamp time.Time + type AppConfig struct + Database DatabaseConfig + Debug bool + Environment string + Features []string + Name string + Version string + type Config struct + DB Database + Enabled bool + Features []string + Port int + type Database struct + Host string + Port int + type DatabaseConfig struct + Database string + Host string + Password string + Port int + SSL bool + Timeout int + Username string + type E2EUser struct + Age int + CreatedAt time.Time + Email string + FirstName string + ID int + IsActive bool + LastName string + Profile Profile + Settings *Settings + Username string + type Event struct + CreatedAt time.Time + ID int + Name string + StartTime time.Time + type Meta struct + ProcessTime int + RequestID string + Version string + type PrivacySettings struct + EmailVisible bool + ProfileVisible bool + ShowOnline bool + type Product struct + ID uint64 + InStock bool + Name string + Price float64 + type Profile struct + Bio string + Languages []string + Location string + Skills []string + Website *string + type Settings struct + Notifications map[string]interface{} + Privacy PrivacySettings + Theme string + type User struct + Age int + Email string + ID int + Name string