Files

6 lines
59 B
Go
Raw Permalink Normal View History

2023-07-06 15:09:41 +08:00
package apiresp
type ApiFormat interface {
ApiFormat()
}