moc-sdk-for-go/services/network/client.go

13 строки
217 B
Go
Исходник Обычный вид История

2020-07-14 03:02:41 +03:00
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache v2.0 License.
package network
// Client structure
type BaseClient struct {
}
func New() BaseClient {
return BaseClient{}
}