Sha256: c98c0fadce66db706be0b9adfa22b7b763d3faa6767b0182f5493d258356abb5
Contents?: true
Size: 582 Bytes
Versions: 16
Compression:
Stored size: 582 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 *AppendBlobClient) Endpoint() string { return client.endpoint } func (client *AppendBlobClient) Pipeline() runtime.Pipeline { return client.pl }
Version data entries
16 entries across 16 versions & 1 rubygems