(name string)
| 15 | } |
| 16 | |
| 17 | func (s *tlsStore) contextDir(name string) string { |
| 18 | return filepath.Join(s.root, string(contextdirOf(name))) |
| 19 | } |
| 20 | |
| 21 | func (s *tlsStore) endpointDir(name, endpointName string) string { |
| 22 | return filepath.Join(s.contextDir(name), endpointName) |