application

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

README

Application Module

Application services orchestrate use cases between interfaces, domain logic, and infrastructure.

Files

File Responsibility
doc.go Declares the application package placeholder
audit/ Holds SQL parsing and the main offline audit orchestration use case
auditmeta/ Shares metadata-aware audit preparation between interface adapters
policy/load.go Loads effective audit policy for application use cases

Exports

  • Package boundary only; concrete exports live in child application modules

Dependencies

  • Upstream: internal/interfaces/*, pkg/deltascope
  • Downstream: internal/application/audit, internal/application/policy, internal/domain, internal/infrastructure

Update Rule

  • If members/interfaces/dependencies change, update this file in same change.

Documentation

Overview

Package application contains application-level use case orchestration. input: interface-layer requests and infrastructure/domain collaborators output: coordinated use case execution and service boundaries pos: application service boundary between interfaces and domain note: if this file changes, update this header and module README.md.

Directories

Path Synopsis
Package audit orchestrates audit use cases at the application layer.
Package audit orchestrates audit use cases at the application layer.
Package auditmeta prepares metadata-aware audit requests for multiple adapters.
Package auditmeta prepares metadata-aware audit requests for multiple adapters.
Package policy loads audit policy for application use cases.
Package policy loads audit policy for application use cases.

Jump to

Keyboard shortcuts

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