Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interactor ¶
type Interactor struct {
// contains filtered or unexported fields
}
Interactor is the interactor
func (Interactor) GetAllRepos ¶
func (i Interactor) GetAllRepos() ([]*domain.Repo, error)
func (Interactor) GetAllServices ¶
func (i Interactor) GetAllServices() ([]*domain.Service, error)
func (Interactor) GetService ¶
func (i Interactor) GetService(id int64) (*domain.Service, error)
Click to show internal directories.
Click to hide internal directories.