cyfs-lib 0.8.3

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

pub type RootStateRequestCommon = RootStateOutputRequestCommon;

pub type RootStateGetCurrentRootRequest = RootStateGetCurrentRootOutputRequest;
pub type RootStateGetCurrentRootResponse = RootStateGetCurrentRootOutputResponse;

pub type RootStateCreateOpEnvRequest = RootStateCreateOpEnvOutputRequest;
pub type RootStateCreateOpEnvResponse = RootStateCreateOpEnvOutputResponse;

pub type OpEnvRequestCommon = OpEnvOutputRequestCommon;

pub type OpEnvLoadRequest = OpEnvLoadOutputRequest;
pub type OpEnvLoadByPathRequest = OpEnvLoadByPathOutputRequest;
pub type OpEnvCreateNewRequest = OpEnvCreateNewOutputRequest;

pub type OpEnvLockRequest = OpEnvLockOutputRequest;

pub type OpEnvCommitRequest = OpEnvCommitOutputRequest;
pub type OpEnvCommitResponse = OpEnvCommitOutputResponse;

pub type OpEnvAbortRequest = OpEnvAbortOutputRequest;

pub type OpEnvMetadataRequest = OpEnvMetadataOutputRequest;
pub type OpEnvMetadataResponse = OpEnvMetadataOutputResponse;

pub type OpEnvGetByKeyRequest = OpEnvGetByKeyOutputRequest;
pub type OpEnvGetByKeyResponse = OpEnvGetByKeyOutputResponse;

pub type OpEnvInsertWithKeyRequest = OpEnvInsertWithKeyOutputRequest;

pub type OpEnvSetWithKeyRequest = OpEnvSetWithKeyOutputRequest;
pub type OpEnvSetWithKeyResponse = OpEnvSetWithKeyOutputResponse;

pub type OpEnvRemoveWithKeyRequest = OpEnvRemoveWithKeyOutputRequest;
pub type OpEnvRemoveWithKeyResponse = OpEnvRemoveWithKeyOutputResponse;

pub type OpEnvContainsRequest = OpEnvContainsOutputRequest;
pub type OpEnvContainsResponse = OpEnvContainsOutputResponse;

pub type OpEnvInsertRequest = OpEnvInsertOutputRequest;
pub type OpEnvInsertResponse = OpEnvInsertOutputResponse;

pub type OpEnvRemoveRequest = OpEnvRemoveOutputRequest;
pub type OpEnvRemoveResponse = OpEnvRemoveOutputResponse;

pub type RootStateAccessorGetObjectByPathRequest = RootStateAccessorGetObjectByPathOutputRequest;
pub type RootStateAccessorGetObjectByPathResponse = RootStateAccessorGetObjectByPathOutputResponse;

pub type RootStateAccessorListRequest = RootStateAccessorListOutputRequest;
pub type RootStateAccessorListResponse = RootStateAccessorListOutputResponse;