api/internal/shared/routes.go
2025-07-06 22:24:06 +03:00

6 lines
75 B
Go

package shared
type ExcludeRoute struct {
Route string
Method string
}