crusader c1de188784 ing
2017-08-21 19:23:45 +09:00

8 lines
69 B
Go

package clients
type Context interface {
}
type context struct {
}