Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultImportPath ¶
func DefaultImportPath() (importPath string)
Types ¶
type Package ¶
type Package struct { Name string // golang package name Path string // directory path ImportPath string // pkg import path Functions []types.Object // exported cloud functions }
Package holds a golangs package name, directory path and exported cloud functions
Click to show internal directories.
Click to hide internal directories.