mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
server code 4/27
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package pano
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"stackChan/api/pano/v1"
|
||||
)
|
||||
|
||||
type IPanoV1 interface {
|
||||
AddPano(ctx context.Context, req *v1.AddPanoReq) (res *v1.AddPanoRes, err error)
|
||||
GetPanoList(ctx context.Context, req *v1.GetPanoListReq) (res *v1.GetPanoListRes, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user