Documentation ¶ Index ¶ func New() pgs.Module type Module func (m *Module) Execute(targets map[string]pgs.File, pkgs map[string]pgs.Package) []pgs.Artifact func (m *Module) InitContext(ctx pgs.BuildContext) func (m *Module) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() pgs.Module Types ¶ type Module ¶ type Module struct { *pgs.ModuleBase // contains filtered or unexported fields } func (*Module) Execute ¶ func (m *Module) Execute(targets map[string]pgs.File, pkgs map[string]pgs.Package) []pgs.Artifact func (*Module) InitContext ¶ func (m *Module) InitContext(ctx pgs.BuildContext) func (*Module) Name ¶ func (m *Module) Name() string Source Files ¶ View all Source files module.go Click to show internal directories. Click to hide internal directories.