mirror of
https://github.com/kerberos-io/agent.git
synced 2025-10-23 08:19:35 +08:00
add go report
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<a target="_blank" href="https://travis-ci.org/kerberos-io/opensource"><img src="https://travis-ci.org/kerberos-io/opensource.svg?branch=master" alt="Build Status"></a>
|
||||
<a target="_blank" href="https://pkg.go.dev/github.com/kerberos-io/opensource/machinery"><img src="https://pkg.go.dev/badge/github.com/kerberos-io/opensource/machinery" alt="PkgGoDev"></a>
|
||||
<a target="_blank" href="https://codecov.io/gh/kerberos-io/opensource"><img src="https://codecov.io/gh/kerberos-io/opensource/branch/master/graph/badge.svg" alt="Coverage Status"></a>
|
||||
<a target="_blank" href="https://goreportcard.com/report/github.com/kerberos-io/opensource"><img src="https://goreportcard.com/badge/github.com/kerberos-io/opensource" alt="Coverage Status"></a>
|
||||
<a target="_blank" href="https://www.figma.com/file/PpjFz2GGX6ZaWyIzef6mqT/Web?node-id=0%3A1"><img src="https://img.shields.io/badge/web-figma design-gray.svg?longCache=true&colorB=brightgreen" alt="Kerberos Open Source"></a>
|
||||
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Commons Clause-yellow.svg" alt="License: Commons Clause"></a>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<a target="_blank" href="https://travis-ci.org/kerberos-io/opensource"><img src="https://travis-ci.org/kerberos-io/opensource.svg?branch=master" alt="Build Status"></a>
|
||||
<a target="_blank" href="https://pkg.go.dev/github.com/kerberos-io/opensource/machinery"><img src="https://pkg.go.dev/badge/github.com/kerberos-io/opensource/machinery" alt="PkgGoDev"></a>
|
||||
<a target="_blank" href="https://codecov.io/gh/kerberos-io/opensource"><img src="https://codecov.io/gh/kerberos-io/opensource/branch/master/graph/badge.svg" alt="Coverage Status"></a>
|
||||
<a target="_blank" href="https://www.figma.com/file/PpjFz2GGX6ZaWyIzef6mqT/Web?node-id=0%3A1"><img src="https://img.shields.io/badge/web-figma design-gray.svg?longCache=true&colorB=brightgreen" alt="Kerberos Open Source"></a>
|
||||
<a target="_blank" href="https://goreportcard.com/report/github.com/kerberos-io/opensource"><img src="https://goreportcard.com/badge/github.com/kerberos-io/opensource" alt="Coverage Status"></a>
|
||||
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Commons Clause-yellow.svg" alt="License: Commons Clause"></a>
|
||||
|
||||
|
@@ -55,7 +55,7 @@ type swaggerInfo struct {
|
||||
var SwaggerInfo = swaggerInfo{
|
||||
Version: "1.0",
|
||||
Host: "",
|
||||
BasePath: "/",
|
||||
BasePath: "/api",
|
||||
Schemes: []string{},
|
||||
Title: "Swagger Kerberos Open Source API",
|
||||
Description: "This is the API for using and configure Kerberos Open source.",
|
||||
|
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"version": "1.0"
|
||||
},
|
||||
"basePath": "/",
|
||||
"basePath": "/api",
|
||||
"paths": {},
|
||||
"securityDefinitions": {
|
||||
"Bearer": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
basePath: /
|
||||
basePath: /api
|
||||
info:
|
||||
contact:
|
||||
email: support@kerberos.io
|
||||
|
@@ -23,7 +23,7 @@ import (
|
||||
// @license.name Apache 2.0 - Commons Clause
|
||||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
||||
// @BasePath /
|
||||
// @BasePath /api
|
||||
|
||||
// @securityDefinitions.apikey Bearer
|
||||
// @in header
|
||||
|
Reference in New Issue
Block a user