feat(smalltrip,middleware): check interface of directives struct

This commit is contained in:
Guz
2025-02-26 18:37:34 -03:00
parent abf96bf3f6
commit a6285d27a0

View File

@@ -142,6 +142,8 @@ type directives struct {
staleIfError *time.Duration
}
var _ fmt.Stringer = directives{}
func (d directives) String() string {
ds := []string{}