Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpectedMetaData ¶
type ExpectedMetaDataDecrypted ¶
type ExpectedMetaDataDecrypted struct {
ExpectedMetaDataPublished
DecryptedAt string
}
type ExpectedMetaDataPublished ¶
type ExpectedMetaDataPublished struct {
ExpectedMetaDataUploadComplete
PublishedAt string
}
type ExpectedMetaDataUploadComplete ¶
type ExpectedMetaDataUploadComplete struct {
ExpectedMetaData
Etag string
UploadCompletedAt string
}
type FilesApiComponent ¶
type FilesApiComponent struct {
DpHttpServer *dphttp.Server
ApiFeature *componenttest.APIFeature
// contains filtered or unexported fields
}
func NewFilesApiComponent ¶
func NewFilesApiComponent() *FilesApiComponent
func (*FilesApiComponent) Close ¶
func (d *FilesApiComponent) Close() error
func (*FilesApiComponent) Initialiser ¶
func (d *FilesApiComponent) Initialiser() (http.Handler, error)
func (*FilesApiComponent) RegisterSteps ¶
func (c *FilesApiComponent) RegisterSteps(ctx *godog.ScenarioContext)
func (*FilesApiComponent) Reset ¶
func (d *FilesApiComponent) Reset()
Click to show internal directories.
Click to hide internal directories.