ContextStore implements Store.
| 108 | |
| 109 | // ContextStore implements Store. |
| 110 | type ContextStore struct { |
| 111 | meta *metadataStore |
| 112 | tls *tlsStore |
| 113 | } |
| 114 | |
| 115 | // List return all contexts. |
| 116 | func (s *ContextStore) List() ([]Metadata, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected