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