upp/config.go

8 lines
75 B
Go
Raw Normal View History

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