Documentation
¶
Overview ¶
Contains database types for the subscription collection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CDNSpecs ¶ added in v0.2.0
type CDNSpecs struct {
InstanceCount int64 `dynamodbav:"instance_count"`
}
type PipelineSpecs ¶ added in v0.2.0
type ProjectSpecs ¶ added in v0.2.0
type ProjectSpecs struct { ProjectCount int64 `dynamodbav:"project_count"` AliasCount int64 `dynamodbav:"alias_count"` PrerenderRoutes int64 `dynamodbav:"prerender_routes"` ServerStorage int64 `dynamodbav:"server_storage"` ClientStorage int64 `dynamodbav:"client_storage"` PrerenderStorage int64 `dynamodbav:"prerender_storage"` }
type Subscription ¶
type Subscription struct { Id string `dynamodbav:"id"` Name string `dynamodbav:"name"` PipelineSpecs PipelineSpecs `dynamodbav:"pipeline_specs"` ProjectSpecs ProjectSpecs `dynamodbav:"project_specs"` CDNSpecs CDNSpecs `dynamodbav:"cdn_specs"` }
Click to show internal directories.
Click to hide internal directories.