Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosmosDbService ¶
type CosmosDbService interface {
ConnectionString(ctx context.Context, subId, rgName, accountName string) (string, error)
}
CosmosDbService is the interface for the CosmosDbService
func NewCosmosDbService ¶
func NewCosmosDbService( accountCreds account.SubscriptionCredentialProvider, options *arm.ClientOptions, ) (CosmosDbService, error)
NewCosmosDbService creates a new instance of the CosmosDbService
Click to show internal directories.
Click to hide internal directories.