package clients type Client interface { } type client struct { }