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