push_client/client.go

6 lines
57 B
Go

package push_client
type Client struct {
Addr string
}