mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
7 lines
112 B
Go
7 lines
112 B
Go
package core
|
|
|
|
// Context is the base context of ezBookkeeping
|
|
type Context interface {
|
|
GetContextId() string
|
|
}
|