Files
ezbookkeeping/pkg/core/context.go
T
2024-08-19 00:35:45 +08:00

7 lines
112 B
Go

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