subscription

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2024 License: GPL-3.0 Imports: 0 Imported by: 7

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 PipelineSpecs struct {
	DailyBuilds      int64 `dynamodbav:"daily_builds"`
	DailyDeployments int64 `dynamodbav:"daily_deployments"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL