aboutsummaryrefslogtreecommitdiff
path: root/ROSE/rose.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-05 18:32:50 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-10-05 18:32:50 +0200
commiteea7dedabcfcb7f59d344456da7be1e42cdb20e4 (patch)
tree69bb03920514d72c1eef97b14de13714dbbb05f6 /ROSE/rose.go
parentaf6018ecb5c0e6aafd1cb9f2ab5ae91142e118bb (diff)
Rename to lowercase
Diffstat (limited to 'ROSE/rose.go')
-rw-r--r--ROSE/rose.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/ROSE/rose.go b/ROSE/rose.go
deleted file mode 100644
index 295f0e0..0000000
--- a/ROSE/rose.go
+++ /dev/null
@@ -1,19 +0,0 @@
-package rose
-
-// 2.4.6.0
-
-// Context-specific Constructed 1
-type Invoke struct {
- InvokeId int
- Opcode int
- Argument []byte
-}
-
-// Context-specific Constructed 2
-type ReturnResult struct {
- InvokeId int
- Result struct {
- Opcode int
- Argument []byte
- }
-}