Documentation
¶
Index ¶
Constants ¶
View Source
const ( STFSPrefix = "STFS." STFSRecordVersion = STFSPrefix + "Version" STFSRecordVersion1 = "1" STFSRecordAction = STFSPrefix + "Action" STFSRecordActionCreate = "CREATE" STFSRecordActionDelete = "DELETE" STFSRecordActionUpdate = "UPDATE" STFSRecordReplacesContent = STFSPrefix + "ReplacesContent" STFSRecordReplacesContentTrue = "true" STFSRecordReplacesContentFalse = "false" STFSRecordReplacesName = STFSPrefix + "ReplacesName" STFSRecordUncompressedSize = STFSPrefix + "UncompressedSize" STFSRecordSignature = STFSPrefix + "Signature" STFSRecordEmbeddedHeader = STFSPrefix + "EmbeddedHeader" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.