Skip to content

Commit ad43e04

Browse files
committed
automated codegen commit
1 parent 0e43b8d commit ad43e04

16 files changed

+15
-16
lines changed

server/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.openapi-generator-ignore
21
Dockerfile
32
README.md
43
api/api.go

server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
1313
[README](https://openapi-generator.tech)
1414

1515
- API version: 0.1.0
16-
- Build date: 2021-07-31T18:47:44.388Z[Etc/UTC]
16+
- Build date: 2021-07-31T20:15:14.777Z[Etc/UTC]
1717

1818

1919
### Running the server

server/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/api_notifications_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/api_notifications_api_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/model_id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

server/api/model_notification_details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* User API
2+
* Notifications API
33
*
44
* A notifications proof of concept API
55
*

0 commit comments

Comments
 (0)