mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 12:13:51 +08:00
16 lines
428 B
Go
16 lines
428 B
Go
// =================================================================================
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
|
// =================================================================================
|
|
|
|
package member
|
|
|
|
import (
|
|
"context"
|
|
|
|
"hotgo/api/api/member/v1"
|
|
)
|
|
|
|
type IMemberV1 interface {
|
|
GetIdByCode(ctx context.Context, req *v1.GetIdByCodeReq) (res *v1.GetIdByCodeRes, err error)
|
|
}
|