Sha256: deb828e0321259839bb0d7644dca25d207c52977a7749c405e827137432a48e5
Contents?: true
Size: 580 Bytes
Versions: 16
Compression:
Stored size: 580 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. // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. package generated import "github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime" func (client *BlockBlobClient) Endpoint() string { return client.endpoint } func (client *BlockBlobClient) Pipeline() runtime.Pipeline { return client.pl }
Version data entries
16 entries across 16 versions & 1 rubygems