| 30 | } |
| 31 | |
| 32 | type applicationImpl struct { |
| 33 | configuration *server.Configuration |
| 34 | client *server.Client |
| 35 | } |
| 36 | |
| 37 | func (a *applicationImpl) Config() *server.Configuration { |
| 38 | if a.configuration == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected