AService type #
type AService servicetype AService servicetype BService servicetype Client struct {
common service
A *AService
B *BService
}type service struct {
client *Client
}Generated with Arrow