cyfs-lib 0.8.3

Rust cyfs-lib package
Documentation
use super::output_request::*;

pub type MetaRequestCommon = MetaOutputRequestCommon;

pub type GlobalStateMetaAddAccessRequest = GlobalStateMetaAddAccessOutputRequest;
pub type GlobalStateMetaAddAccessResponse = GlobalStateMetaAddAccessOutputResponse;

pub type GlobalStateMetaRemoveAccessRequest = GlobalStateMetaRemoveAccessOutputRequest;
pub type GlobalStateMetaRemoveAccessResponse = GlobalStateMetaRemoveAccessOutputResponse;

pub type GlobalStateMetaClearAccessRequest = GlobalStateMetaClearAccessOutputRequest;
pub type GlobalStateMetaClearAccessResponse = GlobalStateMetaClearAccessOutputResponse;

pub type GlobalStateMetaAddLinkRequest = GlobalStateMetaAddLinkOutputRequest;
pub type GlobalStateMetaAddLinkResponse = GlobalStateMetaAddLinkOutputResponse;

pub type GlobalStateMetaRemoveLinkRequest = GlobalStateMetaRemoveLinkOutputRequest;
pub type GlobalStateMetaRemoveLinkResponse = GlobalStateMetaRemoveLinkOutputResponse;

pub type GlobalStateMetaClearLinkRequest = GlobalStateMetaClearLinkOutputRequest;
pub type GlobalStateMetaClearLinkResponse = GlobalStateMetaClearLinkOutputResponse;

pub type GlobalStateMetaAddObjectMetaRequest = GlobalStateMetaAddObjectMetaOutputRequest;
pub type GlobalStateMetaAddObjectMetaResponse = GlobalStateMetaAddObjectMetaOutputResponse;

pub type GlobalStateMetaRemoveObjectMetaRequest = GlobalStateMetaRemoveObjectMetaOutputRequest;
pub type GlobalStateMetaRemoveObjectMetaResponse = GlobalStateMetaRemoveObjectMetaOutputResponse;

pub type GlobalStateMetaClearObjectMetaRequest = GlobalStateMetaClearObjectMetaOutputRequest;
pub type GlobalStateMetaClearObjectMetaResponse = GlobalStateMetaClearObjectMetaOutputResponse;

pub type GlobalStateMetaAddPathConfigRequest = GlobalStateMetaAddPathConfigOutputRequest;
pub type GlobalStateMetaAddPathConfigResponse = GlobalStateMetaAddPathConfigOutputResponse;

pub type GlobalStateMetaRemovePathConfigRequest = GlobalStateMetaRemovePathConfigOutputRequest;
pub type GlobalStateMetaRemovePathConfigResponse = GlobalStateMetaRemovePathConfigOutputResponse;

pub type GlobalStateMetaClearPathConfigRequest = GlobalStateMetaClearPathConfigOutputRequest;
pub type GlobalStateMetaClearPathConfigResponse = GlobalStateMetaClearPathConfigOutputResponse;