7 lines
75 B
Go
7 lines
75 B
Go
|
|
package shared
|
||
|
|
|
||
|
|
type ExcludeRoute struct {
|
||
|
|
Route string
|
||
|
|
Method string
|
||
|
|
}
|