mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
use the request context
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package core
|
||||
|
||||
import "context"
|
||||
|
||||
// Context is the base context of ezBookkeeping
|
||||
type Context interface {
|
||||
context.Context
|
||||
GetContextId() string
|
||||
GetClientLocale() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user