Module ApplicationState

Module ApplicationState 

Source
Expand description

§ApplicationState Module

This module defines the central, shared, thread-safe state for the entire Mountain application. It includes the main ApplicationState struct, all of its related Data Transfer Objects (DTOs), and internal helper functions for state management.

Modules§

ApplicationState
Defines the main ApplicationState struct and its core implementation.
DTO
Defines all DTOs used to represent the various components of the application state.
Internal
Contains internal helper functions for the ApplicationState module.