8 lines
83 B
Go
8 lines
83 B
Go
package dto
|
|
|
|
type ApiRoute struct {
|
|
Method string
|
|
Path string
|
|
Name string
|
|
}
|