Skip to content

Commit 8048bc0

Browse files
Add missing license header and usubscription export
1 parent 3ef9400 commit 8048bc0

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

src/core/udiscovery.rs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/********************************************************************************
2+
* Copyright (c) 2024 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Apache License Version 2.0 which is available at
9+
* https://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* SPDX-License-Identifier: Apache-2.0
12+
********************************************************************************/
13+
114
pub use crate::up_core_api::udiscovery::{
215
node::Type, notification::Operation, notification::Resources, AddNodesRequest,
316
DeleteNodesRequest, FindNodesRequest, FindNodesResponse, LookupUriResponse, Node,

src/core/usubscription.rs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1+
/********************************************************************************
2+
* Copyright (c) 2024 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Apache License Version 2.0 which is available at
9+
* https://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* SPDX-License-Identifier: Apache-2.0
12+
********************************************************************************/
13+
114
pub use crate::up_core_api::usubscription::{
215
subscription_status::State, EventDeliveryConfig, FetchSubscribersRequest,
316
FetchSubscriptionsRequest, FetchSubscriptionsResponse, NotificationsRequest,
417
SubscribeAttributes, SubscriberInfo, SubscriptionRequest, SubscriptionResponse,
5-
SubscriptionStatus, UnsubscribeRequest,
18+
SubscriptionStatus, UnsubscribeRequest, Update,
619
};
20+
721
use crate::UStatus;
822
use async_trait::async_trait;
923

src/core/utwin.rs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
/********************************************************************************
2+
* Copyright (c) 2024 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Apache License Version 2.0 which is available at
9+
* https://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* SPDX-License-Identifier: Apache-2.0
12+
********************************************************************************/
13+
114
pub use crate::up_core_api::utwin::{GetLastMessagesResponse, MessageResponse};

0 commit comments

Comments
 (0)