starling-devex 0.1.0

Starling: a local dev orchestrator with a central daemon, shared named-URL proxy, and a k9s-style TUI (a Rust port of Tilt + portless)
1
2
3
4
5
6
7
//! API data model shared between the server, store, and websocket.
//!
//! Split to mirror the Go layout: `v1alpha1` holds the Kubernetes-style
//! resource types, `webview` holds the `View` envelope streamed to the UI.

pub mod v1alpha1;
pub mod webview;