dtagfs/source/tagprovider.d

10 lines
118 B
D

module dtagfs.tagprovider;
interface TagProvider
{
string[] getTags(string path);
@property
bool cacheReads();
}