| 22 | ) |
| 23 | |
| 24 | type DCloudCluster struct { |
| 25 | url string |
| 26 | token string |
| 27 | acl bool |
| 28 | } |
| 29 | |
| 30 | func NewDCloudCluster() (*DCloudCluster, error) { |
| 31 | url := os.Getenv("TEST_DGRAPH_CLOUD_CLUSTER_URL") |
nothing calls this directly
no outgoing calls
no test coverage detected