api/internal/shared/routes.go

7 lines
75 B
Go
Raw Normal View History

2025-07-06 22:24:06 +03:00
package shared
type ExcludeRoute struct {
Route string
Method string
}