2
0

repositoryfactory.go 90 B

12345
  1. package cloudcost
  2. type RepositoryFactory interface {
  3. GetRepository(string) Repository
  4. }