Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func ProvideServer ¶
func ProvideServer(params ServerParams) *Server
type ServerParams ¶
type ServerParams struct { dig.In AppConfig *appconfig.AppConfig TikiLogger *logger.TikiLogger AWSService *services.AWSService DBLayer models.DBLayer PermissionRepository *repositories.PermissionRepository SessionRepository *repositories.SessionRepository DomainRepository *repositories.DomainRepository BanRepository *repositories.BanRepository GroupRepository *repositories.GroupRepository TicketRepository *repositories.TicketRepository IMORepository *repositories.IMORepository }
Click to show internal directories.
Click to hide internal directories.