This commit is contained in:
Will Assis
2025-12-03 13:40:23 -03:00
parent 3f2f46822b
commit 098c924a93
@@ -26,7 +26,7 @@ type InternalKey struct {
}
func (k InternalKey) String() string {
return fmt.Sprintf("%s/%s/%s/%s/%s", strings.ToLower(k.Subsection), k.Group, k.Resource, k.Namespace)
return fmt.Sprintf("%s/%s/%s/%s", strings.ToLower(k.Subsection), k.Group, k.Resource, k.Namespace)
}
func (k InternalKey) Validate() error {