提交 0d34b026 作者: Tommi Virtanen

Ensure FSRepo implements Repo

上级 90d2113f
......@@ -58,6 +58,8 @@ type FSRepo struct {
eventlogComponent component.EventlogComponent
}
var _ repo.Repo = (*FSRepo)(nil)
type componentBuilder struct {
Init component.Initializer
IsInitialized component.InitializationChecker
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论