func() (string, error)
| 39 | ) |
| 40 | |
| 41 | type GetDefaultReleaseFunc func() (string, error) |
| 42 | type GetFullyQualifiedImageFunc func(string, string) string |
| 43 | type GetP11KitClientPathsFunc func() []string |
| 44 | type ParseReleaseFunc func(string) (string, error) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…