WithLeasesService sets the lease service.
(leasesService leases.Manager)
| 148 | |
| 149 | // WithLeasesService sets the lease service. |
| 150 | func WithLeasesService(leasesService leases.Manager) ServicesOpt { |
| 151 | return func(s *services) { |
| 152 | s.leasesService = leasesService |
| 153 | } |
| 154 | } |
| 155 | |
| 156 | // WithIntrospectionService sets the introspection service. |
| 157 | func WithIntrospectionService(in introspection.Service) ServicesOpt { |
no outgoing calls
no test coverage detected
searching dependent graphs…