Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderTenantTree ¶ added in v0.27.2
Renders a tree
Arguments:
node Top-level node to render the tree from
Returns: The first slice is the list of tenants names. The second slice is how the corresponding line in the first slice should be rendered.
Types ¶
type CreateOrUpdateOp ¶
type CreateOrUpdateResult ¶
type CreateOrUpdateResult struct {
PRUrl string
}
func CreateOrUpdate ¶
func CreateOrUpdate( op *CreateOrUpdateOp, githubClient *github.Client, ) (result CreateOrUpdateResult, err error)
Click to show internal directories.
Click to hide internal directories.