2023-07-06 15:09:41 +08:00

6 lines
59 B
Go

package apiresp
type ApiFormat interface {
ApiFormat()
}