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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
pub const CYFS_OBJECT_ID: &str = "cyfs-object-id";
pub const CYFS_OBJECT: &str = "cyfs-object";
pub const CYFS_RESULT: &str = "cyfs-result";
pub const CYFS_API_LEVEL: &str = "cyfs-api-level";
pub const CYFS_NON_ACTION: &str = "cyfs-non-action";
pub const CYFS_NDN_ACTION: &str = "cyfs-ndn-action";
pub const CYFS_DEC_ID: &str = "cyfs-dec-id";
pub const CYFS_FILTER_DEC_ID: &str = "cyfs-filter-dec-id";
pub const CYFS_INNER_PATH: &str = "cyfs-inner-path";
pub const CYFS_OWNER_ID: &str = "cyfs-owner-id";
pub const CYFS_AUTHOR_ID: &str = "cyfs-author-id";
pub const CYFS_DEVICE_ID: &str = "cyfs-device-id";
pub const CYFS_OOD_DEVICE_ID: &str = "cyfs-ood-device-id";
pub const CYFS_ZONE_ID: &str = "cyfs-zone-id";
pub const CYFS_ATTRIBUTES: &str = "cyfs-attributes";
pub const CYFS_FILE_TYPE: &str = "cyfs-file-type";
pub const CYFS_SIGN_OBJ_ID: &str = "cyfs-sign-obj-id";
pub const CYFS_SIGN_OBJ: &str = "cyfs-sign-obj";
pub const CYFS_VERIFY_SIGNS: &str = "cyfs-verify-signs";
pub const CYFS_VERIFY_TYPE: &str = "cyfs-verify-type";
pub const CYFS_SIGN_TYPE: &str = "cyfs-sign-type";
pub const CYFS_SIGN_FLAGS: &str = "cyfs-sign-flags";
pub const CYFS_VERIFY_RET: &str = "cyfs-verify-ret";
pub const CYFS_SIGN_RET: &str = "cyfs-sign-ret";
pub const CYFS_FLAGS: &str = "cyfs-flags";
pub const CYFS_TARGET: &str = "cyfs-target";
pub const CYFS_REFERER_OBJECT: &str = "cyfs-referer-object";
pub const CYFS_FILTER_FLAGS: &str = "cyfs-filter-flags";
pub const CYFS_REVISION: &str = "cyfs-revision";
pub const CYFS_ROOT: &str = "cyfs-root";
pub const CYFS_TIMEOUT: &str = "cyfs-timeout";
pub const CYFS_OBJ_TYPE: &str = "cyfs-obj-type";
pub const CYFS_OBJ_TYPE_CODE: &str = "cyfs-obj-type-code";
pub const CYFS_DATA_RANGE: &str = "cyfs-data-range";
pub const CYFS_CREATE_TIME: &str = "cyfs-create-time";
pub const CYFS_UPDATE_TIME: &str = "cyfs-update-time";
pub const CYFS_INSERT_TIME: &str = "cyfs-insert-time";
pub const CYFS_PAGE_SIZE: &str = "cyfs-page-size";
pub const CYFS_PAGE_INDEX: &str = "cyfs-page-index";
pub const CYFS_OBJECTS: &str = "cyfs-objects";
pub const CYFS_OBJECT_UPDATE_TIME: &str = "cyfs-object-update-time";
pub const CYFS_OBJECT_EXPIRES_TIME: &str = "cyfs-object-expires-time";
pub const CYFS_CHUNK_STATE: &str = "cyfs-chunk-state";
pub const CYFS_CHUNK_EXIST: &str = "cyfs-chunk-exist";
pub const CYFS_REMOTE_DEVICE: &str = "cyfs-remote-device";
pub const CYFS_REMOTE_VPORT: &str = "cyfs-remote-vport";
pub const CYFS_ROOT_STATE_ACTION: &str = "cyfs-root-state-aciton";
pub const CYFS_OP_ENV_ACTION: &str = "cyfs-op-env-action";
pub const CYFS_OP_ENV_SID: &str = "cyfs-op-env-sid";
pub const CYFS_OP_ENV_TYPE: &str = "cyfs-op-env-type";
pub const CYFS_OP_ENV_PATH: &str = "cyfs-op-env-path";
pub const CYFS_OP_ENV_KEY: &str = "cyfs-op-env-key";
pub const CYFS_OP_ENV_VALUE: &str = "cyfs-op-env-value";