Skip to content

Commit

Permalink
Fix: remove ServiceList
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Dec 12, 2023
1 parent 894823d commit 1121c24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/factory/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ const (
UDR_DEFAULT_PORT_INT = 8000
)

type ServiceList struct {
ServiceName string `yaml:"serviceName" valid:"required"`
AllowedNfTypes []string `yaml:"allowedNfTypes,omitempty" valid:"optional"`
}

type Configuration struct {
Sbi *Sbi `yaml:"sbi" valid:"required"`
Mongodb *Mongodb `yaml:"mongodb" valid:"required"`
Expand Down

0 comments on commit 1121c24

Please sign in to comment.