upp/config.go

9 lines
91 B
Go
Raw Normal View History

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