interactor

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBuildSiteInteractor added in v0.10.0

func NewBuildSiteInteractor(buildDeps inBuildSiteInteractor) port.BuildSiteUsecase

func NewCleanBuildCacheInteractor added in v0.10.0

func NewCleanBuildCacheInteractor(cleanDeps inCleanBuildCacheInteractor) port.CleanBuildCacheUsecase

func NewDeploySiteInteractor added in v0.10.0

func NewDeploySiteInteractor(deployDeps inDeploySiteInteractor) port.DeploySiteUsecase

func NewInitSaveDriveTokenInteractor added in v0.10.0

func NewInitSaveDriveTokenInteractor(presenter presenter.InitSaveDriveTokenPresenter) port.InitSaveDriveTokenUsecase

func NewInitSettingInteractor added in v0.14.0

func NewInitSettingInteractor(initDeps inInitSettingInteractor) port.InitSettingUsecase

func NewRootVersionInteractor

func NewRootVersionInteractor(presenter presenter.RootVersionPresenter) port.RootVersionUsecase

func NewUpdateProjectDataInteractor added in v0.10.0

func NewUpdateProjectDataInteractor(updateDeps inUpdateProjectDataInteractor) port.UpdateProjectDataUsecase

Types

type Archive added in v0.10.0

type Archive struct {
	Url         string
	PageTitle   string
	Description string
	Date        string
	Og          OpenGraph
	Calender    *model.Calender
}

type Content added in v0.10.0

type Content struct {
	Url         string
	PageTitle   string
	Description string
	Date        string
	Og          OpenGraph
	Content     template.HTML
}

page content

type OpenGraph added in v0.10.0

type OpenGraph struct {
	Url         string
	Title       string
	Description string
	ImageUrl    string
}

Jump to

Keyboard shortcuts

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