[feat] upgrade to 1.2.0

main
Johnson C 2 years ago
parent 9e55dd6166
commit a2e5f4e82e

@ -4,7 +4,7 @@ import "time"
const (
Name = "go.micro.dashboard"
Version = "1.1.0"
Version = "1.2.0"
)
const (

@ -1,14 +1,13 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// Package docs GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag
package docs
import (
"bytes"
"encoding/json"
"strings"
"text/template"
"github.com/alecthomas/template"
"github.com/swaggo/swag"
)
@ -16,7 +15,7 @@ var doc = `{
"schemes": {{ marshal .Schemes }},
"swagger": "2.0",
"info": {
"description": "{{.Description}}",
"description": "{{escape .Description}}",
"title": "{{.Title}}",
"termsOfService": "http://swagger.io/terms/",
"contact": {},
@ -763,7 +762,7 @@ type swaggerInfo struct {
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = swaggerInfo{
Version: "1.1.0",
Version: "1.2.0",
Host: "",
BasePath: "/",
Schemes: []string{},
@ -782,6 +781,13 @@ func (s *s) ReadDoc() string {
a, _ := json.Marshal(v)
return string(a)
},
"escape": func(v interface{}) string {
// escape tabs
str := strings.Replace(v.(string), "\t", "\\t", -1)
// replace " with \", and if that results in \\", replace that with \\\"
str = strings.Replace(str, "\"", "\\\"", -1)
return strings.Replace(str, "\\\\\"", "\\\\\\\"", -1)
},
}).Parse(doc)
if err != nil {
return doc
@ -796,5 +802,5 @@ func (s *s) ReadDoc() string {
}
func init() {
swag.Register(swag.Name, &s{})
swag.Register("swagger", &s{})
}

@ -5,7 +5,7 @@
"title": "Go Micro Dashboard",
"termsOfService": "http://swagger.io/terms/",
"contact": {},
"version": "1.1.0"
"version": "1.2.0"
},
"basePath": "/",
"paths": {

@ -187,7 +187,7 @@ info:
description: go micro dashboard restful-api
termsOfService: http://swagger.io/terms/
title: Go Micro Dashboard
version: 1.1.0
version: 1.2.0
paths:
/api/account/login:
post:

@ -1,6 +1,6 @@
{
"name": "go-micro-dashboard",
"version": "1.0.0",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "go-micro-dashboard",
"version": "1.0.0",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng s -o",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

@ -10,7 +10,7 @@ import (
)
// @title Go Micro Dashboard
// @version 1.1.0
// @version 1.2.0
// @description go micro dashboard restful-api
// @termsOfService http://swagger.io/terms/
// @BasePath /

@ -1,5 +1,5 @@
// Code generated by fileb0x at "2021-12-07 09:55:11.5785541 +0800 CST m=+0.055981701" from config file "b0x.yaml" DO NOT EDIT.
// modification hash(209b6e4a4c2db20cc1b8cc7bd8940d7d.8be3f833d63e3c844663716446e13a42)
// Code generated by fileb0x at "2021-12-07 10:11:10.4808383 +0800 CST m=+0.057013201" from config file "b0x.yaml" DO NOT EDIT.
// modification hash(fecae112933101acf070cd0740e400a2.8be3f833d63e3c844663716446e13a42)
package web

@ -1,5 +1,5 @@
// Code generaTed by fileb0x at "2021-12-07 09:55:11.5815524 +0800 CST m=+0.058980001" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 09:55:07.3042721 +0800 CST)
// Code generaTed by fileb0x at "2021-12-07 10:11:10.6402683 +0800 CST m=+0.216443201" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 10:11:05.7530359 +0800 CST)
// original path: frontend\dist\449.ea3505f8c3a78bc5ec51.js
package web

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
// Code generaTed by fileb0x at "2021-12-07 09:55:11.6317088 +0800 CST m=+0.109136401" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 09:55:08.2626359 +0800 CST)
// Code generaTed by fileb0x at "2021-12-07 10:11:10.6516398 +0800 CST m=+0.227814701" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 10:11:06.5700963 +0800 CST)
// original path: frontend\dist\index.html
package web

@ -1,5 +1,5 @@
// Code generaTed by fileb0x at "2021-12-07 09:55:11.6337268 +0800 CST m=+0.111154401" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 09:55:07.3032709 +0800 CST)
// Code generaTed by fileb0x at "2021-12-07 10:11:10.4862781 +0800 CST m=+0.062453001" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 10:11:05.7530359 +0800 CST)
// original path: frontend\dist\main.90c055abfdb9fc028e82.js
package web

@ -1,5 +1,5 @@
// Code generaTed by fileb0x at "2021-12-07 09:55:11.5835486 +0800 CST m=+0.060976201" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 09:55:07.3032709 +0800 CST)
// Code generaTed by fileb0x at "2021-12-07 10:11:10.6541906 +0800 CST m=+0.230365501" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 10:11:05.7530359 +0800 CST)
// original path: frontend\dist\polyfills.d3127c390f57a23419e1.js
package web

@ -1,5 +1,5 @@
// Code generaTed by fileb0x at "2021-12-07 09:55:11.5886369 +0800 CST m=+0.066064501" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 09:55:07.3042721 +0800 CST)
// Code generaTed by fileb0x at "2021-12-07 10:11:10.5996812 +0800 CST m=+0.175856101" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 10:11:05.7530359 +0800 CST)
// original path: frontend\dist\runtime.0edec77bcc0e6f764d02.js
package web

@ -1,5 +1,5 @@
// Code generaTed by fileb0x at "2021-12-07 09:55:11.5896313 +0800 CST m=+0.067058901" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 09:55:07.305269 +0800 CST)
// Code generaTed by fileb0x at "2021-12-07 10:11:10.6017344 +0800 CST m=+0.177909301" from config file "b0x.yaml" DO NOT EDIT.
// modified(2021-12-07 10:11:05.7530359 +0800 CST)
// original path: frontend\dist\styles.40a72a43f1959e5b9ccc.css
package web

Loading…
Cancel
Save