Class RepoModelStoreFactory
public class RepoModelStoreFactory
- Inheritance
-
RepoModelStoreFactory
- Inherited Members
- Extension Methods
Constructors
RepoModelStoreFactory(ILoggerFactory, IOptions<RepoModelStoreOptions>, HttpClient, Runtime)
public RepoModelStoreFactory(ILoggerFactory factory, IOptions<RepoModelStoreOptions> options, HttpClient httpClient, Runtime runtime)
Parameters
factory
ILoggerFactoryoptions
IOptions<RepoModelStoreOptions>httpClient
HttpClientruntime
Runtime
Methods
Create(string?, string?)
public RepoModelStore Create(string? key = null, string? url = null)