cmd

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command

Types

type Config

type Config struct {
	Database struct {
		Driver string `yaml:"driver"`
		DSN    string `yaml:"dsn"`
		Name   string `yaml:"name"`
	} `yaml:"database"`
	HTTP struct {
		Engine string `yaml:"engine"`
		Port   int    `yaml:"port"`
	} `yaml:"http"`
	Auth struct {
		Secret string `yaml:"secret"`
	} `yaml:"auth"`
}

Jump to

Keyboard shortcuts

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