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..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