parser

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

type Method struct {
	Name   string
	Input  string
	Output string
	Doc    string // 方法注释
}

type Service

type Service struct {
	ServiceName string
	PackageName string
	Methods     []Method
}

AST结构定义

func Parse

func Parse(idlPath string) (packageName string, services []*Service, err error)

Parse 解析IDL文件生成服务定义

Jump to

Keyboard shortcuts

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