Skip to content
Snippets Groups Projects
config.go 142 B
Newer Older
  • Learn to ignore specific revisions
  • package config
    
    type Config struct {
    	AddrBind string
    
    	UUID string
    	Name string
    }
    
    func GetConfig() Config {