8 lines
67 B
Go
8 lines
67 B
Go
package clients
|
|
|
|
type Client interface {
|
|
}
|
|
|
|
type client struct {
|
|
}
|