monitor a good
Former-commit-id: 5a37bfdfe208d3d1a71e6b4924209d0c8e6f53a0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"local/storage"
|
||||
"sync"
|
||||
@@ -17,6 +18,8 @@ type Config struct {
|
||||
Username string
|
||||
Password string
|
||||
DefaultNamespace string
|
||||
Ctx context.Context
|
||||
Can context.CancelFunc
|
||||
}
|
||||
|
||||
func Values() Config {
|
||||
|
||||
Reference in New Issue
Block a user