提交 0d34b026 作者: Tommi Virtanen

Ensure FSRepo implements Repo

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