Discover Packages
github.com/arenadata/adcm-installer
pkg
types
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Nov 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Database struct {
Owner string `json:"owner,omitempty" yaml:"owner,omitempty"`
Extensions []string `json:"extensions,omitempty" yaml:"extensions,omitempty"`
Scripts []string `json:"scripts,omitempty" yaml:"scripts,omitempty"`
}
type DbSSLOptions struct {
SSLMode string `json:"sslmode"`
SSLCert string `json:"sslcert,omitempty"`
SSLKey string `json:"sslkey,omitempty"`
SSLRootCert string `json:"sslrootcert,omitempty"`
}
type PGInit struct {
DB map[string ]*Database `json:"db,omitempty" yaml:"db,omitempty"`
Role map[string ]*Role `json:"role,omitempty" yaml:"role,omitempty"`
}
type Role struct {
Password string `json:"password,omitempty" yaml:"password,omitempty"`
Options []string `json:"options,omitempty" yaml:"options,omitempty"`
Grant []string `json:"grant,omitempty" yaml:"grant,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.