blob: f048a7d07849f9ca0e8ca8656618b58256c53746 [file] [log] [blame] [edit]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
deprecated_syntax;
library fuchsia.io2;
/// Auxiliary data for the connector representation of a node, used for
/// protocol discovery and connection.
///
/// It supports connecting to arbitrary protocols exported by the filesystem
/// server at a path, including ones that do not compose [`fuchsia.io2/Node`].
table ConnectorInfo {
};