Files
zurg/internal/config/types.go
2023-10-20 03:04:57 +02:00

8 lines
134 B
Go

package config
type ZurgConfig struct {
Version string `yaml:"zurg"`
Token string `yaml:"token"`
Port string `yaml:"port"`
}