WithIntrospectionService sets the introspection service.
(in introspection.Service)
| 155 | |
| 156 | // WithIntrospectionService sets the introspection service. |
| 157 | func WithIntrospectionService(in introspection.Service) ServicesOpt { |
| 158 | return func(s *services) { |
| 159 | s.introspectionService = in |
| 160 | } |
| 161 | } |
| 162 | |
| 163 | // WithSandboxStore sets the sandbox store. |
| 164 | func WithSandboxStore(client sandbox.Store) ServicesOpt { |
no outgoing calls
no test coverage detected
searching dependent graphs…