Documentation ¶
Index ¶
- type Presenter
- func (p *Presenter) Add(ctx context.Context) error
- func (p *Presenter) AddIntegration(ctx context.Context) error
- func (p *Presenter) DisableIntegration(ctx context.Context) error
- func (p *Presenter) EnableIntegration(ctx context.Context) error
- func (p *Presenter) GetProjects(ctx context.Context) error
- func (p *Presenter) Remove(ctx context.Context) error
- func (p *Presenter) RemoveIntegration(ctx context.Context) (err error)
- func (p *Presenter) Select(ctx context.Context) error
- func (p *Presenter) SyncTasks(ctx context.Context) error
- type ProjectView
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 (*Presenter) DisableIntegration ¶
func (*Presenter) EnableIntegration ¶
func (*Presenter) RemoveIntegration ¶
type ProjectView ¶
func CreateProjectView ¶
func CreateProjectView(p entity.Project) ProjectView
Click to show internal directories.
Click to hide internal directories.