1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
crate::mod_interface!
{
  /// Deploy new.
  layer deploy_renew;
  /// List packages.
  layer list;
  /// Main Header.
  layer main_header;
  /// Publish packages.
  layer publish;
  /// Return the differences between a local and remote package versions.
  layer publish_diff;
  /// Generates health table in main Readme.md file of workspace.
  layer readme_health_table_renew;
  /// Module headers.
  layer readme_modules_headers_renew;
  /// Run all tests
  layer test;
  /// Workflow.
  layer cicd_renew;
  /// Workspace new.
  layer workspace_renew;
  /// List features.
  layer features;
}