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

type Entry struct {
  name text
  content binary
}

type Context struct {
  entries []Entry
}