Discover Packages
github.com/Fanduzi/DeltaScope
internal
application
package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Mar 22, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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
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.
Expand ▾
Collapse ▴
Documentation
¶
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.
Source Files
¶
Directories
¶
Package audit orchestrates audit use cases at the application layer.
Package audit orchestrates audit use cases at the application layer.
Package policy loads audit policy for application use cases.
Package policy loads audit policy for application use cases.
Click to show internal directories.
Click to hide internal directories.