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

type Entry struct {
  name text
  content binary
}

type Context struct {
  entries []Entry
}