blob: 63011c1274f4a382fcbed26e7f7025a95a2a83cb [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package debug
// Inspected is an intentionally empty interface.
//
// It only exists to make it easier to create the server in the RemoteDebugger class.
type Inspected interface {}