mirror of
https://github.com/safing/portbase
synced 2025-09-02 02:29:59 +00:00
6 lines
140 B
Go
6 lines
140 B
Go
package fstree
|
|
|
|
import "github.com/safing/portbase/database/storage"
|
|
|
|
// Compile time interface checks.
|
|
var _ storage.Interface = &FSTree{}
|