()
| 32 | ) |
| 33 | |
| 34 | func testDefaultMetadata() store.Metadata { |
| 35 | return store.Metadata{ |
| 36 | Endpoints: map[string]any{ |
| 37 | "ep1": endpoint{Foo: "bar"}, |
| 38 | }, |
| 39 | Metadata: testContext{Bar: "baz"}, |
| 40 | Name: DefaultContextName, |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | func testStore(t *testing.T, meta store.Metadata, tls store.ContextTLSData) store.Store { |
| 45 | t.Helper() |
no outgoing calls
no test coverage detected
searching dependent graphs…