// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // used for shared datastructures package baseds type LinkId int32 const NoLinkId = 0 type RpcInputChType struct { MsgBytes []byte IngressLinkId LinkId }