| 68 | } |
| 69 | |
| 70 | type Restartable interface { |
| 71 | Restart(c *gin.Context, namespace, name string) error |
| 72 | } |
| 73 | |
| 74 | type SearchFunc func(c *gin.Context, query string, limit int64) ([]common.SearchResult, error) |
| 75 |
nothing calls this directly
no outgoing calls
no test coverage detected