short/internal/oas/oas_interfaces_gen.go

11 lines
172 B
Go
Raw Normal View History

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