Skip to content

Commit b65bb03

Browse files
asimpleideaarnatal
authored andcommittedAug 12, 2020
Add CNWAN Reader initial code (CloudNativeSDWAN#1)
This commit introduces all files that make CNWAN Reader work. Files include packages, OpenAPI generated client code, Dockerfile and more. Readme is updated accordingly with instructions on how to configure and run the program. Signed-off-by: Elis Lulja <elulja@cisco.com>
1 parent 4f4fe2b commit b65bb03

Some content is hidden

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

47 files changed

+4052
-1
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
cnwan-reader
3+
credentials/

‎COPYRIGHT

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2020 Cisco
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

0 commit comments

Comments
 (0)