File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -38,36 +38,12 @@ type Replacement struct {
3838 To []byte
3939}
4040
41- type EscapedDataDetails struct {
42- ContentStartIndex int
43- ContentEndIndex int
44- NextPartIndex int
45- CurrentPartIndex int
46- OriginalByteSize int
47- SerializedPartRange SerializedPartRange
48- }
49-
50- type SerializedPartRange struct {
51- From int
52- To int
53- }
54-
5541type SerializedReplaceResult struct {
5642 Pre []byte
5743 SerializedPortion []byte
5844 Post []byte
5945}
6046
61- type SerializedContentReplacement struct {
62- FixedContent []byte
63- SerializedContentRange []SerializedPartRange
64- }
65-
66- type LinePartWithType struct {
67- Content []byte
68- PhpSerialized bool
69- }
70-
7147func main () {
7248 versionFlag := flag .Bool ("version" , false , "Show version information" )
7349 flag .Parse ()
You can’t perform that action at this time.
0 commit comments