Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MessageField ¶
type MessageField struct { Index int FieldName string FieldType string Comment template.HTML Doc string }
MessageField 结构体字段属性
type MicroService ¶
type MicroService struct { PackageName string Imports []string ImportTime bool Service Service Messages []Message }
MicroService 用于存储解析后的文件原信息
type Service ¶
type Service struct { Name string // 服务名称 PackageName string // 包名 ServiceFunctions []ServiceFunction // 方法列表 }
Service 服务信息
Click to show internal directories.
Click to hide internal directories.