(name, endpointName string)
| 19 | } |
| 20 | |
| 21 | func (s *tlsStore) endpointDir(name, endpointName string) string { |
| 22 | return filepath.Join(s.contextDir(name), endpointName) |
| 23 | } |
| 24 | |
| 25 | func (s *tlsStore) createOrUpdate(name, endpointName, filename string, data []byte) error { |
| 26 | parentOfRoot := filepath.Dir(s.root) |
no test coverage detected