vegapokerbot/internal/handler/iface/context.go

7 lines
84 B
Go
Raw Permalink Normal View History

package iface
type Context interface {
App() App
Data() map[string]interface{}
}