internal
Last updated
Last updated
Last updated: 2025-04-07 01:05:31.096893 File source:
This package contains all code that is very specific to the whole of the dms, which will not be imported by any other packages and used only on the running instance of dms (like config and background task).
Here is quick overview of the contents of this pacakge:
subpackages
Source
Rendered from source file
TBD
internal.WebSocketConnection
internal.Command
Note: The data types are expected to change during refactoring of DMS
TBD
List of issues
All issues that are related to the implementation of internal
package can be found below. These include any proposals for modifications to the package or new functionality needed to cover the requirements of other packages.
: Current file which is aimed towards developers who wish to use and modify the package functionality.
: This file handles controlled shutdown and initializes OpenTelemetry-based Zap logger.
: This file contains communication protocols for a websocket server including message handling and command execution.
: This sub-package contains the configuration related data for the whole dms.
: This sub-package contains functionality that runs in the background.
TBD