Documentation
¶
Index ¶
- Variables
- func NewNotificationService(repo repository.Repository, traqService TraqService) *notificationServiceImpl
- func NewSchedulerService(repo repository.Repository, traqService TraqService) *schedulerServiceImpl
- func NewTraqService(baseURL, accessToken string) *traqServiceImpl
- type NotificationService
- type SchedulerService
- type TraqService
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUserNotFound = errors.New("user not found")
Functions ¶
func NewNotificationService ¶ added in v0.6.2
func NewNotificationService( repo repository.Repository, traqService TraqService, ) *notificationServiceImpl
func NewSchedulerService ¶ added in v0.7.2
func NewSchedulerService( repo repository.Repository, traqService TraqService, ) *schedulerServiceImpl
NewSchedulerService はSchedulerServiceの新しいインスタンスを作成します
func NewTraqService ¶
func NewTraqService(baseURL, accessToken string) *traqServiceImpl
Types ¶
type NotificationService ¶ added in v0.6.2
type SchedulerService ¶ added in v0.7.2
SchedulerService はメッセージ送信スケジューリングを管理するサービスです
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package mockservice is a generated GoMock package.
|
Package mockservice is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.