Documentation ¶
Index ¶
- Variables
- func Gen(_ *cobra.Command, _ []string) error
- func GetApiServiceName(apiDirName string) string
- func GetMainApiFilePath(apiDirName string) string
- func GetProtoDir(protoDirPath string) ([]os.DirEntry, error)
- func GetProtoFilenames(protoDirPath string) ([]string, error)
- type ApiFileTypes
- type HandlerFile
- type ImportLines
- type JzeroApi
- type JzeroRpc
- type JzeroSql
- type LogicFile
- type RegisterLines
- type ServerFile
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetApiServiceName ¶
func GetMainApiFilePath ¶
func GetProtoFilenames ¶
Types ¶
type ApiFileTypes ¶
type HandlerFile ¶
type ImportLines ¶
type ImportLines []string
func (ImportLines) String ¶
func (l ImportLines) String() string
type JzeroApi ¶
type RegisterLines ¶
type RegisterLines []string
func (RegisterLines) String ¶
func (l RegisterLines) String() string
type ServerFile ¶
type ServerFile struct {
Path string
}
Click to show internal directories.
Click to hide internal directories.