Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnknownCommand = goerr.New("unknown command")
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(repo interfaces.Repository, llm gollem.LLMClient, thread interfaces.SlackThreadService) *Service
func NewWithUseCase ¶ added in v0.5.0
func NewWithUseCase(repo interfaces.Repository, llm gollem.LLMClient, thread interfaces.SlackThreadService, ticketUC core.TicketUseCase, slackClient interfaces.SlackClient) *Service
Click to show internal directories.
Click to hide internal directories.