Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
AuthClientInvocations int
AuthClientStub func() auth.Client
AuthClientOutputs []auth.Client
AuthClientOutput *auth.Client
BlobStructuredStoreInvocations int
BlobStructuredStoreStub func() blobStoreStructured.Store
BlobStructuredStoreOutputs []blobStoreStructured.Store
BlobStructuredStoreOutput *blobStoreStructured.Store
BlobUnstructuredStoreInvocations int
BlobUnstructuredStoreStub func() blobStoreUnstructured.Store
BlobUnstructuredStoreOutputs []blobStoreUnstructured.Store
BlobUnstructuredStoreOutput *blobStoreUnstructured.Store
}
func NewProvider ¶
func NewProvider() *Provider
func (*Provider) AssertOutputsEmpty ¶
func (p *Provider) AssertOutputsEmpty()
func (*Provider) AuthClient ¶
func (*Provider) BlobStructuredStore ¶
func (p *Provider) BlobStructuredStore() blobStoreStructured.Store
func (*Provider) BlobUnstructuredStore ¶
func (p *Provider) BlobUnstructuredStore() blobStoreUnstructured.Store
Click to show internal directories.
Click to hide internal directories.