8 lines
75 B
Go
8 lines
75 B
Go
|
package upp
|
||
|
|
||
|
import "context"
|
||
|
|
||
|
type Config struct {
|
||
|
Ctx context.Context
|
||
|
}
|