Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dreamsofcode-io/zenstats
/ types & classes
Types & classes
13 in github.com/dreamsofcode-io/zenstats
⨍
Functions
33
◇
Types & classes
13
Struct
App
App contains all of the application dependencies for the project.
internal/app/app.go:18
Struct
Config
Config defines the values we can configure in the application. It's unlikely that you'll ever need to construct this yourself unless for testing. Inst
internal/app/config.go:9
Interface
DBTX
internal/repository/db.go:14
Struct
Database
Database holds the configuration data for setting up a connection to a database.
internal/config/database.go:12
Struct
Index
internal/handler/index.go:21
FuncType
Middleware
Middleware defines the middleware type. Functions in this package that provide a middleware should return this type.
internal/middleware/middleware.go:10
Struct
Queries
internal/repository/db.go:24
Struct
Quote
internal/quote/service.go:7
Struct
Service
internal/quote/service.go:12
Struct
Visit
internal/repository/models.go:12
Struct
Visitors
internal/handler/index.go:44
Struct
pageData
internal/handler/index.go:50
Struct
wrappedResponseWriter
internal/middleware/logging.go:9