From b086ed578586541cb8e22b0b312552fa9e798110 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 29 Jun 2015 00:26:41 +0200 Subject: Add RawContent --- ROSE/rose.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ROSE') diff --git a/ROSE/rose.go b/ROSE/rose.go index 1296e62..d02ed85 100644 --- a/ROSE/rose.go +++ b/ROSE/rose.go @@ -2,11 +2,13 @@ package rose // 2.4.6.0 +type RawContent []byte + // Context-specific Constructed 1 type Invoke struct { InvokeId int Opcode int - Argument interface{} + Argument RawContent } // Context-specific Constructed 2 @@ -14,6 +16,6 @@ type ReturnResult struct { InvokeId int Result struct { Opcode int - Argument interface{} + Argument RawContent } } -- cgit v1.2.3