mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +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{}
|