diff --git a/opsmngr/continuous_snapshots.go b/opsmngr/continuous_snapshots.go index 6f74781..eb4849e 100644 --- a/opsmngr/continuous_snapshots.go +++ b/opsmngr/continuous_snapshots.go @@ -24,7 +24,7 @@ const ( continuousSnapshotsBasePath = "api/public/v1.0/groups/%s/clusters/%s/snapshots" ) -// ContinuousSnapshotsService is an interface for interfacing with the Continuous Snapshots +// ContinuousSnapshotsService is an interface for interfacing with the Continuous Snapshots. type ContinuousSnapshotsService interface { List(context.Context, string, string, *ListOptions) (*ContinuousSnapshots, *Response, error) Get(context.Context, string, string, string) (*ContinuousSnapshot, *Response, error)