nitter/nitters/config.go

7 lines
125 B
Go
Raw Normal View History

2023-03-08 13:40:04 +00:00
package nitters
type Config struct {
Namespace string `mapstructure:"namespace"`
Repo string `mapstructure:"repo"`
}