Documentation ¶
Index ¶
- Variables
- func CreateChannelsAndListeners(buffSize int, listeners int, cs cert.Service, as acme.Service)
- func NewAcmeService(cts cert.Service, chs challenge_config.Service) acme.Service
- func NewCertificateService(cr certificate.Repository) certificate.Service
- func NewChallengeConfigService(r challenge_config.Repository) challenge_config.Service
- func NewConfigService(repo config.Repository, us user.Service) config.Service
- func NewUserService(repo user.Repository) user.Service
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSuperAdminExists = errors.New("super admin already exists")
ErrSuperAdminExists means a new SA cannot be created.
Functions ¶
func NewAcmeService ¶
func NewCertificateService ¶
func NewCertificateService(cr certificate.Repository) certificate.Service
NewCertificateService returns a new service object with the associated Repo.
func NewChallengeConfigService ¶
func NewChallengeConfigService(r challenge_config.Repository) challenge_config.Service
func NewConfigService ¶
NewConfigService returns a new instance of a configService initialized with the given repository.
func NewUserService ¶
func NewUserService(repo user.Repository) user.Service
NewUserService returns a new instance of a userService initialized with the given repository.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.