Documentation
¶
Index ¶
- func UpdateImportedModule(filepath, workDir, module string) error
- type ImportLines
- type LogicFile
- type PzeroProtoApiMiddleware
- type PzeroRpc
- func (jr *PzeroRpc) Gen(progressChan chan<- progress.Message) (map[string]*rpcparser.Proto, error)
- func (jr *PzeroRpc) GetAllLogicFiles(descFilepath string, protoSpec *rpcparser.Proto) ([]LogicFile, error)
- func (jr *PzeroRpc) GetAllServerFiles(descFilepath string, protoSpec *rpcparser.Proto) ([]ServerFile, error)
- type RegisterLines
- type ServerFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateImportedModule ¶
Types ¶
type ImportLines ¶
type ImportLines []string
func (ImportLines) String ¶
func (l ImportLines) String() string
type PzeroProtoApiMiddleware ¶
type PzeroRpc ¶
type PzeroRpc struct {
Module string
}
func (*PzeroRpc) GetAllLogicFiles ¶
func (*PzeroRpc) GetAllServerFiles ¶
type RegisterLines ¶
type RegisterLines []string
func (RegisterLines) String ¶
func (l RegisterLines) String() string
type ServerFile ¶
Click to show internal directories.
Click to hide internal directories.