Skip to content

Commit

Permalink
feat: add GrpcServer koanf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Apr 15, 2024
1 parent 712733f commit fdc35c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/koanf/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ type HttpServer struct {
Address string `koanf:"address"`
}

type GrpcServer struct {
Address string `koanf:"address"`
AuthUri string `koanf:"auth_uri"`
}

type Vault struct {
Address string `koanf:"address"`
Role string `koanf:"role"`
Expand Down

0 comments on commit fdc35c0

Please sign in to comment.