notion

package
v0.0.0-...-f871a89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: MIT Imports: 19 Imported by: 0

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL