package common

type Context struct {
	isDebugEnabled bool
}
