-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a02479
commit baab991
Showing
4 changed files
with
0 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,20 +30,6 @@ type handler struct { | |
bridges bridge.Bridges | ||
} | ||
|
||
// @title Ticker API | ||
// @version 1.0 | ||
// @description Service to distribute short messages in support of events, demonstrations, or other time-sensitive events. | ||
|
||
// @contact.name Systemli Admin Team | ||
// @contact.url https://www.systemli.org/en/contact/ | ||
// @contact.email [email protected] | ||
|
||
// @license.name GPLv3 | ||
// @license.url https://www.gnu.org/licenses/gpl-3.0.html | ||
|
||
// @host localhost:8080 | ||
// @BasePath /v1 | ||
|
||
func API(config config.Config, store storage.Storage, log *logrus.Logger) *gin.Engine { | ||
handler := handler{ | ||
config: config, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters