Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { /* GetDeployPostList 배포 포스트 리스트 받기 @Return []model.NotionPostItem, error // 다운 받은 html 파일 path 리스트, error */ GetDeployPostList() ([]model.NotionPostItem, error) /* GetPostHtmlDataList 배포할 포스트의 html byte 데이터 리스트 @Param []model.ExportTask // 배포할 포스트데이터 리스트 @Return []model.NotionPostData, []model.ExportTask, error // 다운 받은 html 파일 data 리스트, 실제 수행된 html Export 요청 리스트, error */ GetPostHtmlDataList(postItemList []model.NotionPostItem) ([]model.ExportTask, error) // contains filtered or unexported methods }
func NewService ¶
func NewService(ctx context.Context, notionConfig model.NotionConfiguration, logger logger.LogTemplate) (Service, error)
Click to show internal directories.
Click to hide internal directories.