Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetGroupCliHandler ¶
type GetGroupCliHandler struct {
// contains filtered or unexported fields
}
func NewGetGroupCliHandler ¶
func NewGetGroupCliHandler(s ports.GetGroupService, w ports.GitlabGroupOutputRepository) (GetGroupCliHandler, error)
func (GetGroupCliHandler) GetGroup ¶
func (h GetGroupCliHandler) GetGroup(groups ...string) error
type GetProjectCliHandler ¶
type GetProjectCliHandler struct {
// contains filtered or unexported fields
}
func NewGetProjectCliHandler ¶
func NewGetProjectCliHandler(s ports.GetProjectService, w ports.GitlabProjectOutputRepository) (GetProjectCliHandler, error)
func (GetProjectCliHandler) GetProject ¶
func (h GetProjectCliHandler) GetProject(projects ...string) error
Click to show internal directories.
Click to hide internal directories.