config

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	PortCloudSpanner PortCloudSpanner `json:"port_cloud_spanner"`
	Server           Server           `json:"server"`
	Service          Service          `json:"service"`
}

type PortCloudSpanner added in v0.1.4

type PortCloudSpanner struct {
	DatabaseID string `json:"database_id"`
	InstanceID string `json:"instance_id"`
	ProjectID  string `json:"project_id"`
	Table      string `json:"table"`
}

type Server

type Server struct {
	Efs       embed.FS `json:"-"`
	Port      string   `json:"port"`
	Templates string   `json:"templates"`
}

type Service added in v0.1.4

type Service struct {
	Key [32]byte `json:"-"`
}

Jump to

Keyboard shortcuts

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