push_client/client.go

6 lines
57 B
Go
Raw Permalink Normal View History

2025-01-27 12:32:05 +03:00
package push_client
type Client struct {
Addr string
}