Documentation
¶
Index ¶
- type Project
- type ProjectDfuReleaseAsset
- type ProjectLicense
- type ProjectPage
- func (pp *ProjectPage) GetByProducts(ch chan *runner.GeneratorByProduct)
- func (pp *ProjectPage) GetDestination() string
- func (pp *ProjectPage) GetGenerator() (runner.Generator, error)
- func (*ProjectPage) GetID() string
- func (pp *ProjectPage) GetImmutable() bool
- func (pp *ProjectPage) GetPaths() ([]string, error)
- func (pp *ProjectPage) GetReader() (io.ReadCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
Owner string
Repo string
Licenses []*ProjectLicense
ReleaseTagPattern string
RollingTag string
Files []string
GoImport string
GoRepo string
GoSubdir string
GoBranch string
Toc bool
Force bool
LocalDirectory *string
BaseDestination string
Template string
Immutable bool
OpenGraph *opengraph.Config
OpenGraphImageGen *opengraph.OpenGraphImageGen
CDocsDestination string
CDocsHeaders []string
CDocsBaseDirectory *string
CDocsTemplate string
CDocsOpenGraph *opengraph.Config
DfuDestination string
DfuReleaseAssets []*ProjectDfuReleaseAsset
ForgejoUrl string
// contains filtered or unexported fields
}
func (*Project) GetBaseDestination ¶
func (*Project) GetDfuIndexUrl ¶
func (*Project) GetSkipIfExists ¶
type ProjectDfuReleaseAsset ¶
type ProjectLicense ¶
type ProjectPage ¶
type ProjectPage struct {
// contains filtered or unexported fields
}
func (*ProjectPage) GetByProducts ¶
func (pp *ProjectPage) GetByProducts(ch chan *runner.GeneratorByProduct)
func (*ProjectPage) GetDestination ¶
func (pp *ProjectPage) GetDestination() string
func (*ProjectPage) GetGenerator ¶
func (pp *ProjectPage) GetGenerator() (runner.Generator, error)
func (*ProjectPage) GetID ¶
func (*ProjectPage) GetID() string
func (*ProjectPage) GetImmutable ¶
func (pp *ProjectPage) GetImmutable() bool
func (*ProjectPage) GetPaths ¶
func (pp *ProjectPage) GetPaths() ([]string, error)
func (*ProjectPage) GetReader ¶
func (pp *ProjectPage) GetReader() (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.