cfg

package
v0.0.0-...-b15899e Latest Latest
Warning

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

Go to latest
Published: May 7, 2021 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const POSTGRES_RELEASES_URL string = "https://git.postgresql.org/gitweb/?p=postgresql.git;a=tags"
View Source
const RELEASE_CODE = "REL"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Versions map[string]Version
}

func NewConfig

func NewConfig() Config

func (*Config) LoadVersions

func (c *Config) LoadVersions() error

Fetch actual versions from Postgres repository releases.

type Version

type Version struct {
	FirstRelease  string
	FinalRelease  string
	MinorVersions []int
}

Jump to

Keyboard shortcuts

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