Files
zurg/internal/config/types.go
2023-10-20 01:49:06 +02:00

7 lines
104 B
Go

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