Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(ctx context.Context, forge config.Forge) *Controller
func (Controller) GetCloneURL ¶
func (c Controller) GetCloneURL(r *config.Repository) (string, error)
func (Controller) GetToken ¶
func (c Controller) GetToken() string
func (Controller) GetType ¶
func (c Controller) GetType() string
func (Controller) IsPrivate ¶
func (c Controller) IsPrivate(r *config.Repository) (bool, error)
Click to show internal directories.
Click to hide internal directories.