Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StarpTech/go-web
/ types & classes
Types & classes
22 in github.com/StarpTech/go-web
⨍
Functions
67
◇
Types & classes
22
Struct
AppContext
AppContext is the new context in the request / response cycle We can use the db store, cache and central configuration
internal/context/app_context.go:12
Struct
Boom
boom represent the basic structure of an json error
internal/core/errors/boom.go:31
Struct
Booms
Booms can contain multiple boom errors
internal/core/errors/boom.go:18
Interface
Cache
internal/store/cache.go:5
Struct
CacheStore
CacheStore simple redis implementation
internal/core/cache_store.go:10
Struct
Configuration
config/config.go:10
Struct
Healthcheck
internal/controller/healthcheck.go:10
Struct
I18n
internal/i18n/i18n.go:9
Interface
I18ner
internal/i18n/i18n.go:5
Struct
Model
Model facilitate database interactions
internal/models/models.go:15
Struct
Server
internal/core/server.go:19
Interface
User
internal/store/user.go:5
Struct
User
internal/controller/user.go:13
Struct
User
internal/models/user.go:5
Struct
UserFakeStore
internal/controller/user_test.go:15
Struct
UserList
internal/controller/user-list.go:13
Struct
UserListViewModel
internal/controller/user-list.go:14
Struct
UserStore
UserStore implements the UserStore interface
internal/core/user_store.go:9
Struct
UserViewModel
internal/controller/user.go:14
Struct
Validator
internal/core/validator.go:7
Struct
healthcheckReport
internal/controller/healthcheck.go:12
Struct
templateRenderer
internal/core/template.go:16