Plugins: Replace CDN class with FS CDN type (#113968)
replace cdn class with fs type
This commit is contained in:
@@ -47,7 +47,7 @@ func (f inMemoryFS) Open(fn string) (fs.File, error) {
|
||||
return &inMemoryFile{path: fn, reader: bytes.NewReader(f.files[fn])}, nil
|
||||
}
|
||||
|
||||
func (f inMemoryFS) Type() string {
|
||||
func (f inMemoryFS) Type() FSType {
|
||||
return "in-memory"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user