()
| 17 | type ComposeCluster struct{} |
| 18 | |
| 19 | func NewComposeCluster() *ComposeCluster { |
| 20 | return &ComposeCluster{} |
| 21 | } |
| 22 | |
| 23 | func (c *ComposeCluster) Client() (*dgraphapi.GrpcClient, func(), error) { |
| 24 | dg, err := dgo.NewClient(testutil.GetSockAddr(), |
no outgoing calls