package core // Context is the base context of ezBookkeeping type Context interface { GetContextId() string }