aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/colfer/Context.colf
diff options
context:
space:
mode:
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