Skip to content

Commit

Permalink
fix init of RMv1 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Oren <[email protected]>
  • Loading branch information
do87 and Dean Oren authored Oct 28, 2022
1 parent 1ab18c6 commit a03a9e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ func (c *Client) init() *Client {
MongoDB: mongodb.New(c),
Postgres: postgres.New(c),
}

// init archived
c.Archived = ArchivedServices{
ResourceManagementV1: resourceManagementV1.New(c),
}

return c
}

Expand Down

0 comments on commit a03a9e9

Please sign in to comment.