aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/colfer/Context.colf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-08-21 09:23:07 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-08-21 10:37:08 +0200
commita152a3098b564ed43766a857b32b7c7d7445f9ce (patch)
tree7651f61e598f316ee9dca415c5a5c67ce530bad5 /kamon-core/src/main/colfer/Context.colf
parent3cb974e5dfd381b9b28ffef9977047cf35242121 (diff)
downloadKamon-a152a3098b564ed43766a857b32b7c7d7445f9ce.tar.gz
Kamon-a152a3098b564ed43766a857b32b7c7d7445f9ce.tar.bz2
Kamon-a152a3098b564ed43766a857b32b7c7d7445f9ce.zip
binary encoding of context and entries
Diffstat (limited to 'kamon-core/src/main/colfer/Context.colf')
-rw-r--r--kamon-core/src/main/colfer/Context.colf10
1 files changed, 10 insertions, 0 deletions
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