Documentation ¶
Index ¶
- func NewRouter(a app.App) *chi.Mux
- type Server
- func (s *Server) GetAdapters() *adapter.Adapters
- func (s *Server) GetBuilder() *resource.Builder
- func (s *Server) GetCache() *cache.Cache
- func (s *Server) GetConfig() *config.Config
- func (s *Server) GetDB() *pg.DB
- func (s *Server) GetJWT() *jwtauth.JWTAuth
- func (s *Server) GetRedis() *redis.Client
- func (s *Server) GetRepositories() *repository.Repositories
- func (s *Server) GetStore() store.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { *config.Config pubsub.Dispatcher // contains filtered or unexported fields }
func (*Server) GetAdapters ¶
func (*Server) GetBuilder ¶
func (*Server) GetRepositories ¶
func (s *Server) GetRepositories() *repository.Repositories
Click to show internal directories.
Click to hide internal directories.