cmd

package
v0.0.0-...-8c4c693 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

README

Initialize and configure the entire app in this package. This package would import all required configs from internal/app directory and would be use at the main.go file. Some example of what we could do in this package is initialized and injecting dependencies such as database connection, logger, etc.

Note that the name file should be matched with the name of app executable, but since this repo is only a boilerplate so the naming the file to cmd.go should be ok.

Documentation

Index

Constants

View Source
const DB_TYPE = "sqlite"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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