Добавить client.go

This commit is contained in:
Владислав Весельский 2025-01-27 12:32:05 +03:00
commit edb89240d9
1 changed files with 5 additions and 0 deletions

5
client.go Normal file
View File

@ -0,0 +1,5 @@
package push_client
type Client struct {
Addr string
}