generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
46 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,13 @@ import ( | |
|
||
// main godoc | ||
// | ||
// @title DID DHT Service API | ||
// @title The DID DHT Service | ||
// @description The DID DHT Service | ||
// @contact.name TBD | ||
// @contact.url https://github.com/TBD54566975/did-dht-method/issues | ||
// @contact.url https://github.com/TBD54566975/did-dht-method | ||
// @contact.email [email protected] | ||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
// @host {{.Server.APIHost}} | ||
// @version {{.SVN}} | ||
func main() { | ||
logrus.Info("Starting up...") | ||
|
||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,18 +5,16 @@ definitions: | |
description: Status is always equal to `OK`. | ||
type: string | ||
type: object | ||
host: '{{.Server.APIHost}}' | ||
info: | ||
contact: | ||
email: [email protected] | ||
name: TBD | ||
url: https://github.com/TBD54566975/did-dht-method/issues | ||
url: https://github.com/TBD54566975/did-dht-method | ||
description: The DID DHT Service | ||
license: | ||
name: Apache 2.0 | ||
url: http://www.apache.org/licenses/LICENSE-2.0.html | ||
title: DID DHT Service API | ||
version: '{{.SVN}}' | ||
title: The DID DHT Service | ||
paths: | ||
/{id}: | ||
get: | ||
|
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
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