task/

directory
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 License: AGPL-3.0

README

Task Module

The task module handles programming task management:

  • creation
  • retrieval
  • statement updates
  • image uploads

Following the modular monolith architecture with these layers:

  • http/: HTTP handlers for REST API endpoints
  • srvc/: Service layer for business logic orchestration
  • repo/: Repository layer for database persistence

Additionally, there are integration tests in the test/ directory.

Integration tests require:

  • PostgreSQL database
  • S3 bucket access
go test ./task/...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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