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