Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProviderSet = wire.NewSet( NewFolderCache, wire.Bind(new(Cache), new(*FolderCache)), NewBucket, ) )
Functions ¶
This section is empty.
Types ¶
type FolderCache ¶
type FolderCache struct {
// contains filtered or unexported fields
}
func NewFolderCache ¶
func NewFolderCache() (*FolderCache, error)
Click to show internal directories.
Click to hide internal directories.