mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 00:38:33 +02:00
fixed loadbalancer with idlewatcher, fixed reload issue
This commit is contained in:
@@ -113,7 +113,7 @@ type testType struct {
|
||||
bar string
|
||||
}
|
||||
|
||||
func (c *testType) ConvertFrom(v any) E.NestedError {
|
||||
func (c *testType) ConvertFrom(v any) E.Error {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
c.bar = v
|
||||
|
||||
Reference in New Issue
Block a user