project

package
v0.0.0-...-46aa976 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Presenter

type Presenter struct {
	// contains filtered or unexported fields
}

func New

func New(projectUseCase project.UseCase, settingUseCase syncintegration.UseCase, taskUseCase task.UseCase) *Presenter

func (*Presenter) Add

func (p *Presenter) Add(ctx context.Context) error

func (*Presenter) AddIntegration

func (p *Presenter) AddIntegration(ctx context.Context) error

func (*Presenter) DisableIntegration

func (p *Presenter) DisableIntegration(ctx context.Context) error

func (*Presenter) EnableIntegration

func (p *Presenter) EnableIntegration(ctx context.Context) error

func (*Presenter) GetProjects

func (p *Presenter) GetProjects(ctx context.Context) error

func (*Presenter) Remove

func (p *Presenter) Remove(ctx context.Context) error

func (*Presenter) RemoveIntegration

func (p *Presenter) RemoveIntegration(ctx context.Context) (err error)

func (*Presenter) Select

func (p *Presenter) Select(ctx context.Context) error

func (*Presenter) SyncTasks

func (p *Presenter) SyncTasks(ctx context.Context) error

type ProjectView

type ProjectView struct {
	Name        string
	Description string
}

func CreateProjectView

func CreateProjectView(p entity.Project) ProjectView

Jump to

Keyboard shortcuts

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