(serviceVersion string)
| 3 | // DefinitionStore is used to provide the names and content of definition files. |
| 4 | type DefinitionStore interface { |
| 5 | Names(serviceVersion string) ([]string, error) |
| 6 | Read(name string, serviceVersion string) (*DefinitionData, error) |
| 7 | } |
no outgoing calls
no test coverage detected