config

package
v0.0.0-...-c12b17c Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSConfig

type AWSConfig struct {
	Region    string `json:"region"`
	AccessKey string `json:"access_key"`
	SecretKey string `json:"secret_access_key"`
}

type ReplicatedConfig

type ReplicatedConfig struct {
	URL   string `json:"url"`
	Token string `json:"token"`
	AppID string `json:"appId"`
}

type ServiceConfig

type ServiceConfig struct {
	LicenseServiceUrl    string           `json:"licenseServiceUrl"`
	RelatedProductsTable string           `json:"relatedProductsTable"`
	MetadataDetailsTable string           `json:"metadataDetailsTable"`
	AWSConfig            AWSConfig        `json:"awsConfig"`
	ReplicatedConfig     ReplicatedConfig `json:"replicatedConfig"`
	ReadWriteTimeout     int64            `jso:"readWriteTimeout"`
}

Jump to

Keyboard shortcuts

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