11 lines
148 B
Go
11 lines
148 B
Go
|
// Code generated by ogen, DO NOT EDIT.
|
||
|
package oas
|
||
|
|
||
|
type CreatePostRes interface {
|
||
|
createPostRes()
|
||
|
}
|
||
|
|
||
|
type HashGetRes interface {
|
||
|
hashGetRes()
|
||
|
}
|