7 lines
81 B
Go
7 lines
81 B
Go
package controller
|
|
|
|
// Api api接口
|
|
type Api struct {
|
|
Public // 公共方法
|
|
}
|