RestApiv2/pkg/Api/Client.go

6 lines
56 B
Go
Raw Normal View History

2022-12-31 01:43:30 +03:00
package api
type HttpClient struct {
config *Config
}