Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOp ¶
type CreateOp struct { Name string OrgName string LocalPath string Tenant *coretnt.Tenant FastFeedbackEnvs []environment.Environment ExtendedTestEnvs []environment.Environment ProdEnvs []environment.Environment Template *template.Spec GitAuth git.AuthMethod }
type CreateResult ¶
type CreateResult struct { RepositoryFullname git.RepositoryFullname MonorepoMode bool PRUrl string }
type Service ¶ added in v0.23.1
type Service struct { TemplateRenderer render.TemplateRenderer GithubClient *github.Client DryRun bool }
func NewService ¶ added in v0.23.1
func (*Service) Create ¶ added in v0.23.1
func (svc *Service) Create(op CreateOp) (result CreateResult, err error)
func (*Service) ValidateCreate ¶ added in v0.23.1
Click to show internal directories.
Click to hide internal directories.