Skip to main content

zlayer_types/api/
mod.rs

1// API DTO modules. Populated in Phase 2.
2
3pub mod audit;
4pub mod auth;
5pub mod build;
6pub mod cluster;
7pub mod container_networks;
8pub mod containers;
9pub mod credentials;
10pub mod cron;
11pub mod deployments;
12pub mod edge;
13pub mod edge_cache;
14pub mod environments;
15pub mod events;
16pub mod groups;
17pub mod health;
18pub mod images;
19pub mod internal;
20pub mod jobs;
21pub mod networks;
22pub mod nodes;
23pub mod notifiers;
24pub mod oidc;
25pub mod overlay;
26pub mod permissions;
27pub mod projects;
28pub mod proxy;
29pub mod secrets;
30pub mod services;
31pub mod storage;
32pub mod syncs;
33pub mod system;
34pub mod tasks;
35pub mod tokens;
36pub mod tunnels;
37pub mod users;
38pub mod variables;
39pub mod volumes;
40pub mod webhooks;
41pub mod workflows;