upp/config.go
2025-01-01 21:01:05 -08:00

9 lines
89 B
Go

package upp
import "context"
type Config struct {
Ctx context.Context
Debug bool
}