upp/config.go
2024-12-31 18:02:40 +08:00

8 lines
75 B
Go

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