Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // V2 is version 2 of the CSM client. V2 V2 // SecretService is the client to the secret manager service. // Deprecated: use the SecretServiceV2 instead. SecretService v1.SecretManagerServiceClient // contains filtered or unexported fields }
Client is the gRPC client to csm service.
type Config ¶
type Config struct { // Address is the address string to csm service, e.g: "secretmanager.api.cloud.ru:443" Host string // Insecure disables the SSL verification Insecure bool }
Config is the connection configuration.
type V2 ¶
type V2 struct { FolderService v2.FolderServiceClient SecretService v2.SecretServiceClient }
V2 is version 2 of the CSM client.
Click to show internal directories.
Click to hide internal directories.