Skip to content

Commit 587c15b

Browse files
(docstring) updated docstring notice
1 parent 8a96900 commit 587c15b

186 files changed

Lines changed: 413 additions & 546 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""
22
Api module for the resolver package.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""

api/requests/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Requests and data models for API endpoints.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from .analyze import AnalyzeJobCreateRequest, AnalyzeRequest

api/requests/analyze.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Analyze request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/correlation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Correlation request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/events.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Deployment event request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/logs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Log request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/metrics.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Metrics request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/slo.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
SLO request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/topology.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Topology request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

api/requests/traces.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""
22
Trace request models.
33
4-
Copyright (c) 2026 Stefan Kumarasinghe
4+
Copyright (c) 2026 Stefan Kumarasinghe.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
License. See http://www.apache.org/licenses/LICENSE-2.0 for details.
98
"""
109

1110
from __future__ import annotations

0 commit comments

Comments
 (0)