Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomPathSuffix ¶
func RandomPathSuffix() string
Types ¶
type Provider ¶
type Provider struct {
ImageClientInvocations int
ImageClientStub func() image.Client
ImageClientOutputs []image.Client
ImageClientOutput *image.Client
ImageMultipartFormDecoderInvocations int
ImageMultipartFormDecoderStub func() imageMultipart.FormDecoder
ImageMultipartFormDecoderOutputs []imageMultipart.FormDecoder
ImageMultipartFormDecoderOutput *imageMultipart.FormDecoder
}
func NewProvider ¶
func NewProvider() *Provider
func (*Provider) AssertOutputsEmpty ¶
func (p *Provider) AssertOutputsEmpty()
func (*Provider) ImageClient ¶
func (*Provider) ImageMultipartFormDecoder ¶
func (p *Provider) ImageMultipartFormDecoder() imageMultipart.FormDecoder
Click to show internal directories.
Click to hide internal directories.