File tree 6 files changed +68
-74
lines changed
Samples/Dinner/Sources/Onboarding
6 files changed +68
-74
lines changed Original file line number Diff line number Diff line change 1
1
//===----------------------------------------------------------------------===//
2
2
//
3
+ // This source file is part of the Swift Distributed Tracing open source project
4
+ //
5
+ // Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6
+ // authors
7
+ // Licensed under Apache License v2.0
8
+ //
9
+ // See LICENSE.txt for license information
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+ //===----------------------------------------------------------------------===//
15
+ //
3
16
// This source file is part of the Swift OpenTelemetry open source project
4
17
//
5
18
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
Original file line number Diff line number Diff line change 1
1
//===----------------------------------------------------------------------===//
2
2
//
3
+ // This source file is part of the Swift Distributed Tracing open source project
4
+ //
5
+ // Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6
+ // authors
7
+ // Licensed under Apache License v2.0
8
+ //
9
+ // See LICENSE.txt for license information
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+ //===----------------------------------------------------------------------===//
15
+ //
3
16
// This source file is part of the Swift OpenTelemetry open source project
4
17
//
5
18
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
11
24
//
12
25
//===----------------------------------------------------------------------===//
13
26
27
+
14
28
import Tracing
15
29
16
30
func makeDinner( ) async throws -> Meal {
Original file line number Diff line number Diff line change 1
1
//===----------------------------------------------------------------------===//
2
2
//
3
+ // This source file is part of the Swift Distributed Tracing open source project
4
+ //
5
+ // Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6
+ // authors
7
+ // Licensed under Apache License v2.0
8
+ //
9
+ // See LICENSE.txt for license information
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+ //===----------------------------------------------------------------------===//
15
+ //
3
16
// This source file is part of the Swift OpenTelemetry open source project
4
17
//
5
18
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
11
24
//
12
25
//===----------------------------------------------------------------------===//
13
26
27
+
14
28
struct Meal : Sendable { }
15
29
struct Meat : Sendable { }
16
30
struct Oven : Sendable { }
Original file line number Diff line number Diff line change 1
1
//===----------------------------------------------------------------------===//
2
2
//
3
+ // This source file is part of the Swift Distributed Tracing open source project
4
+ //
5
+ // Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
6
+ // authors
7
+ // Licensed under Apache License v2.0
8
+ //
9
+ // See LICENSE.txt for license information
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+ //===----------------------------------------------------------------------===//
15
+ //
3
16
// This source file is part of the Swift OpenTelemetry open source project
4
17
//
5
18
// Copyright (c) 2021 Moritz Lang and the Swift OpenTelemetry project authors
11
24
//
12
25
//===----------------------------------------------------------------------===//
13
26
27
+
14
28
import Logging
15
29
import NIO
16
30
import OpenTelemetry
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# #===----------------------------------------------------------------------===##
3
3
# #
4
+ # # This source file is part of the Swift Distributed Tracing open source project
5
+ # #
6
+ # # Copyright (c) 2020-2023 Apple Inc. and the Swift Distributed Tracing project
7
+ # # authors
8
+ # # Licensed under Apache License v2.0
9
+ # #
10
+ # # See LICENSE.txt for license information
11
+ # #
12
+ # # SPDX-License-Identifier: Apache-2.0
13
+ # #
14
+ # #===----------------------------------------------------------------------===##
15
+ # #===----------------------------------------------------------------------===##
16
+ # #
4
17
# # This source file is part of the Swift Distributed Actors open source project
5
18
# #
6
19
# # Copyright (c) 2018-2019 Apple Inc. and the Swift Distributed Actors project authors
You can’t perform that action at this time.
0 commit comments