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