package
Version:
v0.0.0-...-472bc46
Opens a new window with list of versions in this module.
Published: Feb 3, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
BotAPIToken = iota
SolanaEndpoint
MEAPIKey
PrivateKey
)
func Get(key int) interface{}
type Config struct {
BotAPIToken string `yaml:"bot-api-token"`
SolanaEndpoint string `yaml:"solana-endpoint"`
MEAPIKey string `yaml:"me-api-key"`
PrivateKey string `yaml:"private-key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.