9 lines
91 B
Go
9 lines
91 B
Go
package uzone
|
|
|
|
import "context"
|
|
|
|
type Config struct {
|
|
Ctx context.Context
|
|
Debug bool
|
|
}
|