package
Version:
v0.12.4
Opens a new window with list of versions in this module.
Published: Jun 11, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type API struct {
BaseURL string `toml:"base_url"`
Spec string `toml:"spec"`
Auth string `toml:"auth"`
AuthType string `toml:"auth_type"`
ResolvedBaseURL string `toml:"-"`
ResolvedAuth string `toml:"-"`
}
type Config struct {
Database *Database `toml:"database"`
API *API `toml:"api"`
GRPC *GRPC `toml:"grpc"`
Commands Commands `toml:"commands"`
}
type Database struct {
Source string `toml:"source"`
Type string `toml:"type"`
Driver string `toml:"driver"`
URL string `toml:"-"`
}
type GRPC struct {
Addr string `toml:"addr"`
ProtoDir string `toml:"proto_dir"`
Reflection bool `toml:"reflection"`
ResolvedAddr string `toml:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.