Skip to content

Commit

Permalink
Update type.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengke15 authored Feb 19, 2024
1 parent e42591c commit c67ae6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
type configMain struct {
Services []*ConfigProxyService
PrivateConfig *Something
Lists map[string]set.StringSet
}

type ConfigProxyService struct {
Expand Down Expand Up @@ -84,4 +83,4 @@ type Something struct {
Header string
ContactName string
ContactLink string
}
}

0 comments on commit c67ae6f

Please sign in to comment.