1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "BatchSaveAuth")]
pub mod BatchSaveAuth;
#[cfg(feature = "CreateWorkspace")]
pub mod CreateWorkspace;
#[cfg(feature = "DeleteWorkspace")]
pub mod DeleteWorkspace;
#[cfg(feature = "ListAuthed")]
pub mod ListAuthed;
#[cfg(feature = "ListAuthProperties")]
pub mod ListAuthProperties;
#[cfg(feature = "ListWorkspaces")]
pub mod ListWorkspaces;
#[cfg(feature = "SaveOrUpdateAuthProperties")]
pub mod SaveOrUpdateAuthProperties;
#[cfg(feature = "UpdateWorkspace")]
pub mod UpdateWorkspace;