model

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployPostData

type DeployPostData[DC DeployRequestContent] struct {
	PageId      string
	PostContent DC
}

type DeployRequestContent

type DeployRequestContent interface {
	model.PostData | any
}

DeployRequestContent 배포 컨텐츠 타입 TODO 일단 any로 열어뒀지만 추후 any를 지우고 다른 플랫폼 컨텐츠 타입을 넣을 것

type DeployResponseContent

type DeployResponseContent interface {
	tistoryModel.PostWriteResult | any
}

type DeployResult

type DeployResult struct {
	SuccessTaskCount int
	FailureTaskCount int
	TaskList         []notionModel.ExportTask
	DeployList       []DeployResponseContent
}

Jump to

Keyboard shortcuts

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