upp/config.go
loveuer 7efeb093f2 wip: refactory uapp to uzone
feat: config first
2025-03-08 23:05:02 +08:00

9 lines
91 B
Go

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