updatet license, added file api docs
This commit is contained in:
@@ -3,11 +3,31 @@
|
||||
*/
|
||||
package main
|
||||
|
||||
// @title Service API
|
||||
// @version 1.0
|
||||
// @description API documentation
|
||||
|
||||
// @contact.name API Support
|
||||
// @contact.url http://www.swagger.io/support
|
||||
// @contact.email support@swagger.io
|
||||
|
||||
// @license.name Apache 2.0
|
||||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
// @query.collection.format multi
|
||||
|
||||
// @host localhost
|
||||
// @basePath /
|
||||
// @schemes http https
|
||||
|
||||
// @query.collection.format multi
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"mstore/app/logger"
|
||||
"mstore/cmd/mstored/starter"
|
||||
|
||||
_ "mstore/app/handler"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user