akshaykarle / go-mongodbatlas

A Go client library for the MongoDB Atlas API
GNU General Public License v3.0
16 stars 20 forks source link

Introduce AnalyticsNodes to ReplicationSpec #15

Closed tillkahlbrock closed 5 years ago

tillkahlbrock commented 5 years ago

In order to implement the replicationSpec.<region>.analyticsNodes Api call, we need to introduce the AnalyticsNodes field to the ReplicationSpec struct.

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #15   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          13     13           
  Lines         348    348           
=====================================
  Hits          348    348
Impacted Files Coverage Δ
mongodbatlas/clusters.go 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1577ef1...33bf7d6. Read the comment docs.