Nn
Size: a a a
ЛА
IL
clientSdk := NewClient(…)
clientSdk.Domain.User.GetList()
type Client struct {
}
func (*Client) GetList() {}
AB
clientSdk.Domain.User.GetList()
зачем именно так?IL
DomainUserGetList()
метод сделатьAB
type Domain struct {
User User
}
type Client struct {
Domain Domain
}
AB
AB
IL
IL
AB
AB
IL
с
с
IL
IL
AB
IL
IL