Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct {
// contains filtered or unexported fields
}
Download represents the configuration to run the download service
func Create ¶
func Create( ctx context.Context, cfg config.Config, dc handlers.DatasetClient, fc handlers.FilterClient, s3 handlers.S3Client, vc handlers.VaultClient, zc *health.Client, hc *healthcheck.HealthCheck) Download
Create should be called to create a new instance of the download service, with routes correctly initialised. Note: zc is allowed to be nil if we are not in publishing mode
Click to show internal directories.
Click to hide internal directories.