Documentation ¶ Index ¶ type Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Context ¶ type Context struct { DB *database.DB Log *slog.Logger } Context consists application related references to services such as logger, database Instead of adding these services individually, one should add every instance into this. Source Files ¶ View all Source files context.go Click to show internal directories. Click to hide internal directories.