Skip to content

Commit

Permalink
migrate more structs
Browse files Browse the repository at this point in the history
  • Loading branch information
husniMDB committed Jun 20, 2024
1 parent 16e66b9 commit 93faed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsmngr/continuous_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 93faed7

Please sign in to comment.