Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { List(cluster string, options common.DBOptions) (result []V1ClusterRepo.ClusterRepo, err error) ListInfo(cluster string, options common.DBOptions) (result []V1ImageRepo.ImageRepo, err error) Create(clusterRepo *V1ClusterRepo.ClusterRepo, options common.DBOptions) error Delete(cluster, repo string, options common.DBOptions) error DeleteByCluster(cluster string, options common.DBOptions) error DeleteByRepo(repo string, options common.DBOptions) error }
func NewService ¶
func NewService() Service
Click to show internal directories.
Click to hide internal directories.