mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
6 lines
59 B
Go
6 lines
59 B
Go
|
|
package apiresp
|
||
|
|
|
||
|
|
type ApiFormat interface {
|
||
|
|
ApiFormat()
|
||
|
|
}
|