Documentation ¶
Index ¶
- func FindApiFiles(dir string) ([]string, error)
- func FindRouteApiFiles(dir string) ([]string, error)
- func FindSqlFiles(dir string) ([]string, error)
- func GetApiFrameEtcFilename(wd, style string) string
- func GetApiFrameMainGoFilename(wd, style string) string
- func GetApiServiceName(apiDirName string) string
- func GetProtoFilepath(protoDirPath string) ([]string, error)
- func GetProtoFrameEtcFilename(source, style string) string
- func GetProtoFrameMainGoFilename(source, style string) string
- func GetRpcMethodUrl(method *descriptorpb.MethodDescriptorProto) string
- type ImportLines
- type RegisterLines
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindApiFiles ¶
func FindRouteApiFiles ¶
func FindSqlFiles ¶
func GetApiFrameEtcFilename ¶
GetApiFrameEtcFilename goctl/api/gogen/genetc.go
func GetApiFrameMainGoFilename ¶
GetApiFrameMainGoFilename goctl/api/gogen/genmain.go
func GetApiServiceName ¶
func GetProtoFilepath ¶
func GetProtoFrameEtcFilename ¶
GetProtoFrameEtcFilename goctl/rpc/generator/genetc.go
func GetProtoFrameMainGoFilename ¶
GetProtoFrameMainGoFilename goctl/rpc/generator/genmain.go
func GetRpcMethodUrl ¶
func GetRpcMethodUrl(method *descriptorpb.MethodDescriptorProto) string
Types ¶
type ImportLines ¶
type ImportLines []string
func (ImportLines) String ¶
func (l ImportLines) String() string
type RegisterLines ¶
type RegisterLines []string
func (RegisterLines) String ¶
func (l RegisterLines) String() string
Click to show internal directories.
Click to hide internal directories.