Files
utility_go/api/callback/callback.go
ayflying f654e0feda 更新
2025-03-06 11:53:18 +08:00

16 lines
444 B
Go

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package callback
import (
"context"
"new-gitlab.adesk.com/public_project/utility_go/api/callback/v1"
)
type ICallbackV1 interface {
Ip(ctx context.Context, req *v1.IpReq) (res *v1.IpRes, err error)
}