Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentService ¶
type AgentService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(ctx *appCtx.AgentContext) *AgentService
func (*AgentService) GetRequestManager ¶
func (as *AgentService) GetRequestManager(domainRequests []*types.DomainRequest) (appHttp.ResponseCertificatesFromRequests, error)
func (*AgentService) Run ¶
func (as *AgentService) Run(ctx *appCtx.AgentContext) error
func (*AgentService) Start ¶
func (as *AgentService) Start(ctx *appCtx.AgentContext) error
type Service ¶
type Service interface {
Start(ctx *appCtx.AgentContext) error
}
Click to show internal directories.
Click to hide internal directories.