Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindModuleRoot ¶
Types ¶
type Validation ¶
type Validation struct {
ModulePath string
PackageName string
HasResources bool
HasData bool
HasActions bool
HasFunctions bool
}
func ValidatePackage ¶
func ValidatePackage(moduleRoot, packageDir string) (*Validation, error)
Click to show internal directories.
Click to hide internal directories.