aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/colfer/context.colf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-08-15 00:06:26 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-08-15 00:06:26 +0200
commit6721d325d018756296213ac8f9129bc304a21afb (patch)
treee08a5ce92802f521be228beae0ddb4ef258d0066 /kamon-core/src/main/colfer/context.colf
parentac3b72e27765ceec4cc3958b0fa7eaba0299f017 (diff)
parenta949c875684d78818224cd2ca7aaf79aa7878724 (diff)
downloadKamon-6721d325d018756296213ac8f9129bc304a21afb.tar.gz
Kamon-6721d325d018756296213ac8f9129bc304a21afb.tar.bz2
Kamon-6721d325d018756296213ac8f9129bc304a21afb.zip
Merge remote-tracking branch 'ivantopo/wip/moving-ot-support-to-a-separeate-project' into kamon-1.0-develop
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..26421cba
--- /dev/null
+++ b/kamon-core/src/main/colfer/context.colf
@@ -0,0 +1,10 @@
+package kamon
+
+type Entry struct {
+ name text
+ content binary
+}
+
+type Context struct {
+ entries []Entry
+} \ No newline at end of file