Skip to content

Commit

Permalink
Adds secrets to client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
anvial committed Apr 1, 2024
1 parent aea6959 commit ab59f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/juju/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type Client struct {
Offers offersClient
SSHKeys sshKeysClient
Users usersClient
Secrets secretsClient
}

type jujuModel struct {
Expand Down Expand Up @@ -87,6 +88,7 @@ func NewClient(ctx context.Context, config ControllerConfiguration) (*Client, er
Offers: *newOffersClient(sc),
SSHKeys: *newSSHKeysClient(sc),
Users: *newUsersClient(sc),
Secrets: *newSecretsClient(sc),
}, nil
}

Expand Down

0 comments on commit ab59f89

Please sign in to comment.