(glob string)
| 65 | } |
| 66 | |
| 67 | func WithChartSourceGlob(glob string) ServerOption { |
| 68 | return func(_ *testing.T, server *Server) { |
| 69 | server.chartSourceGlob = glob |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | // Server is an implementation of a repository server for testing. |
| 74 | type Server struct { |
no outgoing calls
searching dependent graphs…