@ -3,3 +3,9 @@ package push_client
type Client struct {
Addr string
}
func NewClient(addr string) *Client {
return &Client{
Addr: addr,