Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { shared.ServiceInterface CheckIdentityManagePermission(string, string, *sql.Tx) (bool, error) GetDataSourceTypes([]string) ([]string, error) GetListProjects(string) (*models.ListProjectsOutput, error) GetUserProjects(string) (map[string]bool, error) GetAllProjects() ([]string, error) }
Service - accessing API db
Click to show internal directories.
Click to hide internal directories.