10 lines
172 B
Go
10 lines
172 B
Go
// Code generated by ogen, DO NOT EDIT.
|
|
package oas
|
|
|
|
type CreateShortURLRes interface {
|
|
createShortURLRes()
|
|
}
|
|
|
|
type RedirectLongURLRes interface {
|
|
redirectLongURLRes()
|
|
}
|