1
uploader_tools/internal/config/config.go

12 lines
269 B
Go
Raw Normal View History

// NNM-Club torrent files mass downloader
2019-09-14 18:51:32 +04:00
// Created for Uploaders group
// Copyright (c) 2012-2022 Vladimir "fat0troll" Hodakov
2019-09-14 18:51:32 +04:00
package config
type Config struct {
Username string `json:"username"`
Password string `json:"password"`
URL string `json:"url"`
}