7 lines
84 B
Go
7 lines
84 B
Go
package iface
|
|
|
|
type Context interface {
|
|
App() App
|
|
Data() map[string]interface{}
|
|
}
|