Files
ezbookkeeping/pkg/core/context.go
T

8 lines
138 B
Go

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