Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerationInfo ¶
type GenerationInfo struct {
PkgName string
ServiceName string
SourceFilePath string
OutputFilePath string
BasePackageImport string
OutputPackageImport string
SourcePackageImport string
Iface *types.Interface
Backend string
Services []types.Interface
}
func FillInfo ¶
func FillInfo(iface *types.Interface, sourcePath, outPath string) (info *GenerationInfo, err error)
func (GenerationInfo) String ¶
func (i GenerationInfo) String() string
Click to show internal directories.
Click to hide internal directories.