sfcs/client/types.go

7 lines
80 B
Go
Raw Normal View History

2025-01-29 23:20:44 +01:00
package client
type Client struct {
serverAddress string
serverPort int
}