github.com/viant/toolbox@v0.34.5/storage/provider.go (about)

     1  package storage
     2  
     3  //Provider represetns a service provider
     4  type Provider func(credentialFile string) (Service, error)