azureblob: add missing type assertions for GetTier/SetTier
This commit is contained in:
parent
1a16849df0
commit
23dc313fa5
1 changed files with 2 additions and 0 deletions
|
@ -1508,4 +1508,6 @@ var (
|
|||
_ fs.ListRer = &Fs{}
|
||||
_ fs.Object = &Object{}
|
||||
_ fs.MimeTyper = &Object{}
|
||||
_ fs.GetTierer = &Object{}
|
||||
_ fs.SetTierer = &Object{}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue