Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrganizationDto ¶
type OrganizationService ¶
type OrganizationService interface {
AskUserToSelectOrganization() (*OrganizationDto, error)
}
type OrganizationServiceImpl ¶
type OrganizationServiceImpl struct {
// contains filtered or unexported fields
}
func NewOrganizationService ¶
func NewOrganizationService(client *qovery.APIClient, promptUiFactory promptuifactory.PromptUiFactory) *OrganizationServiceImpl
func (*OrganizationServiceImpl) AskUserToSelectOrganization ¶
func (service *OrganizationServiceImpl) AskUserToSelectOrganization() (*OrganizationDto, error)
Click to show internal directories.
Click to hide internal directories.