Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDatabaseDSN ¶
func InitCliConfig ¶
func InitCliConfig()
Types ¶
type ArweaveConfig ¶
type Config ¶
type Config struct {
DB DBConfig `json:"db"`
Platform PlatformConfig `json:"platform"`
Arweave ArweaveConfig `json:"arweave"`
Sqs SqsConfig `json:"sqs"`
}
type DiscordPlatformConfig ¶
type EthereumPlatformConfig ¶
type EthereumPlatformConfig struct {
RPCServer string `json:"rpc_server"`
}
type PlatformConfig ¶
type PlatformConfig struct {
Twitter TwitterPlatformConfig `json:"twitter"`
Telegram TelegramPlatformConfig `json:"telegram"`
Ethereum EthereumPlatformConfig `json:"ethereum"`
Discord DiscordPlatformConfig `json:"discord"`
}
type TelegramPlatformConfig ¶
Click to show internal directories.
Click to hide internal directories.