Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
demo-go
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭芳
demo-go
Commits
acd18b50
Commit
acd18b50
authored
Feb 22, 2023
by
彭芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[minor]: remove openapi.yaml
parent
b62b5ab2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
+0
-38
openapi.yaml
openapi.yaml
+0
-38
No files found.
openapi.yaml
deleted
100644 → 0
View file @
b62b5ab2
# Generated with protoc-gen-openapi
# https://github.com/google/gnostic/tree/master/cmd/protoc-gen-openapi
openapi
:
3.0.3
info
:
title
:
Greeter API
description
:
The greeting service definition.
version
:
0.0.1
paths
:
/helloworld/{name}
:
get
:
tags
:
-
Greeter
description
:
Sends a greeting
operationId
:
Greeter_SayHello
parameters
:
-
name
:
name
in
:
path
required
:
true
schema
:
type
:
string
responses
:
"
200"
:
description
:
OK
content
:
application/json
:
schema
:
$ref
:
'
#/components/schemas/helloworld.v1.HelloReply'
components
:
schemas
:
helloworld.v1.HelloReply
:
type
:
object
properties
:
message
:
type
:
string
description
:
The response message containing the greetings
tags
:
-
name
:
Greeter
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment