tconfig

package
v0.0.0-...-436674b Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SeedConfigLocalPath string = "config/seed_local.json"
View Source
var SeedConfigPath string = "config/seed.json"
View Source
var SeedConfigTestPath string = "config/seed_test.json"

Functions

This section is empty.

Types

type SeedConfig

type SeedConfig struct {
	Users []struct {
		User         me.User         `json:"user"`
		UserPassword mo.UserPassword `json:"user_password"`
	} `json:"users"`
}
var SeedConfigInstance *SeedConfig

func GetSeedConfigInstance

func GetSeedConfigInstance() *SeedConfig

func (*SeedConfig) ReadConfig

func (c *SeedConfig) ReadConfig()

Jump to

Keyboard shortcuts

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