Discover Packages
github.com/guojia99/my-cubing-api
src
svc
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Oct 9, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
GinMode string `json:"GinMode"`
Debug bool `json:"Debug"`
Port int `json:"Port"`
StaticPath string `json:"StaticPath"`
DB DBConfig `json:"DB"`
}
type DBConfig struct {
Driver string `json:"Driver"`
DSN string `json:"DSN"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.