parse

package
v0.0.0-...-4d51886 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Package  string
	Services []Service
	io.Writer
}

func ProtoServices

func ProtoServices(p *protogen.Plugin) []File

type Files

type Files map[string][]Service

type Method

type Method struct {
	Name     string
	RawName  string
	Comments string
	Input    Type
	Output   Type
}

type Service

type Service struct {
	Name     string
	RawName  string
	Comments string
	Methods  []Method
}

type Type

type Type struct {
	Name    string
	Package string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL