(repo securitygroups.SecurityGroupRepo)
| 409 | } |
| 410 | |
| 411 | func (locator RepositoryLocator) SetSecurityGroupRepository(repo securitygroups.SecurityGroupRepo) RepositoryLocator { |
| 412 | locator.securityGroupRepo = repo |
| 413 | return locator |
| 414 | } |
| 415 | |
| 416 | func (locator RepositoryLocator) GetSecurityGroupRepository() securitygroups.SecurityGroupRepo { |
| 417 | return locator.securityGroupRepo |
no outgoing calls
no test coverage detected