mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 09:40:24 +08:00
9 lines
104 B
Go
9 lines
104 B
Go
|
package parser
|
||
|
|
||
|
import "github.com/emicklei/proto"
|
||
|
|
||
|
type Service struct {
|
||
|
*proto.Service
|
||
|
RPC []*RPC
|
||
|
}
|