python

package
v0.0.0-...-9768b48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PY_PATH = path.Join(os.Getenv("GOPATH"), "src", reflect.TypeOf(PackageStr{}).PkgPath(), "extract.py")

Functions

This section is empty.

Types

type ComponentStr

type ComponentStr struct {
	Name       string
	Package    string
	Properties []string
	Messages   []string
}

type EntityStr

type EntityStr struct {
	Name       string
	Components []string
}

type PackageStr

type PackageStr struct {
	Entities   []*EntityStr
	Components map[string]*ComponentStr
}

func Extract

func Extract(input string, pyOut string, ignore []string) (pkg *PackageStr)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL