Discover Packages
github.com/Fanduzi/DeltaScope
cmd
deltascope-server
command
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Mar 27, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
DeltaScope Server Command
HTTP service entrypoint for exposing the offline DeltaScope audit engine over JSON APIs.
Files
File
Responsibility
main.go
Parses process flags and starts the HTTP service
Notes
This command is intentionally thin and delegates HTTP wiring to internal/interfaces/http.
The initial service milestone keeps auth, tenancy, and metadata-aware checks out of scope.
-version prints only the semantic version string and defaults to v0.7.0 in source builds.
Update Rule
If members/interfaces/dependencies change, update this file in same change.
Expand ▾
Collapse ▴
Documentation
¶
Package main starts the DeltaScope HTTP service.
input: process flags for listen address, optional config path, and version printing
output: a long-running JSON HTTP server process over the offline audit engine
pos: HTTP service entrypoint above the internal HTTP adapter
note: if this file changes, update this header and module README.md.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.