7 lines
112 B
Go
7 lines
112 B
Go
package core
|
|
|
|
// Context is the base context of ezBookkeeping
|
|
type Context interface {
|
|
GetContextId() string
|
|
}
|