aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/colfer/Context.colf
blob: f5d9a80b20a7c4c963ea972284e8ecc21a849993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package context

type Entry struct {
  name text
  content binary
}

type Context struct {
  tags    []text
  entries []Entry
}