From a152a3098b564ed43766a857b32b7c7d7445f9ce Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 21 Aug 2017 09:23:07 +0200 Subject: binary encoding of context and entries --- kamon-core/src/main/colfer/Context.colf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kamon-core/src/main/colfer/Context.colf (limited to 'kamon-core/src/main/colfer/Context.colf') diff --git a/kamon-core/src/main/colfer/Context.colf b/kamon-core/src/main/colfer/Context.colf new file mode 100644 index 00000000..f84d7a56 --- /dev/null +++ b/kamon-core/src/main/colfer/Context.colf @@ -0,0 +1,10 @@ +package context + +type Entry struct { + name text + content binary +} + +type Context struct { + entries []Entry +} \ No newline at end of file -- cgit v1.2.3