tasktracker

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

Package tasktracker backs the TaskTrackersAPI wire contract (unchanged) on top of the generic external_connections + MoM path instead of a dedicated task_trackers table/client. Every "tracker" is a trello external_connections row; "boards" are fetched live via MoM's trello list_boards tool rather than a bespoke HTTP client.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

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

func New

func New(
	externalConns repository.ExternalConnectionRepo,
	externalConnsSvc service.ExternalConnectionService,
	momSvc service.MomService,
) *Service

func (*Service) AddTracker

func (s *Service) AddTracker(
	ctx context.Context,
	apiKey, apiToken string,
) (domain.TaskTracker, []domain.TrelloBoard, error)

func (*Service) DeleteTracker

func (s *Service) DeleteTracker(ctx context.Context, trackerUuid uuid.UUID) error

func (*Service) ListTrackers

func (s *Service) ListTrackers(ctx context.Context) ([]domain.TaskTracker, error)

func (*Service) ListTrelloBoards

func (s *Service) ListTrelloBoards(ctx context.Context, trackerUuid uuid.UUID) ([]domain.TrelloBoard, error)

Jump to

Keyboard shortcuts

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