8 lines
69 B
Go
8 lines
69 B
Go
package clients
|
|
|
|
type Context interface {
|
|
}
|
|
|
|
type context struct {
|
|
}
|