internal

package
v0.0.0-...-a9479ba Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	ConfigPath string
	// contains filtered or unexported fields
}

func (*App) CBClient

func (a *App) CBClient() callback.Client

func (*App) DB

func (a *App) DB() *gorm.DB

func (*App) Start

func (a *App) Start(c *cli.Context) (err error)

type Config

type Config struct {
	Port            int    `toml:"port"`
	DbConnection    string `toml:"db"`
	RedisConnection string `toml:"redis"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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