upp/config.go

9 lines
89 B
Go
Raw Normal View History

2024-12-30 15:09:02 +08:00
package upp
import "context"
type Config struct {
2025-01-01 21:01:05 -08:00
Ctx context.Context
Debug bool
2024-12-30 15:09:02 +08:00
}