short/internal/oas/oas_interfaces_gen.go

10 lines
172 B
Go

// Code generated by ogen, DO NOT EDIT.
package oas
type CreateShortURLRes interface {
createShortURLRes()
}
type RedirectLongURLRes interface {
redirectLongURLRes()
}