2024-01-29 19:32:16 +01:00
|
|
|
// Code generated by ogen, DO NOT EDIT.
|
|
|
|
package oas
|
|
|
|
|
2024-01-29 19:51:23 +01:00
|
|
|
type CreateShortURLRes interface {
|
|
|
|
createShortURLRes()
|
2024-01-29 19:32:16 +01:00
|
|
|
}
|
|
|
|
|
2024-01-29 19:51:23 +01:00
|
|
|
type RedirectLongURLRes interface {
|
|
|
|
redirectLongURLRes()
|
2024-01-29 19:32:16 +01:00
|
|
|
}
|