Skip to content

Commit

Permalink
add String()
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Feb 4, 2024
1 parent 9699b15 commit 5239d00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/appconfig/appconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,7 @@ func (a *AppConfig) Watch(ctx context.Context, onChange func(map[string]any)) er
}
}
}

func (a *AppConfig) String() string {
return "appConfig:" + a.application + "-" + a.environment + "-" + a.profile
}

0 comments on commit 5239d00

Please sign in to comment.