internal/settings/settings_windows.go (4 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
package settings
func GetExtensionSettings(sequenceNumber int, publicSettings, protectedSettings interface{}) error {
return nil
}