Sha256: 06b1c0433dc090df7b577297dd1d3cff12af39a6fddd7d9c8e3fd7da8206764c
Contents?: true
Size: 425 Bytes
Versions: 16
Compression:
Stored size: 425 Bytes
Contents
//go:build go1.18 // +build go1.18 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. package generated import "github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime" func (client *BlobClient) Endpoint() string { return client.endpoint } func (client *BlobClient) Pipeline() runtime.Pipeline { return client.pl }
Version data entries
16 entries across 16 versions & 1 rubygems