123456789101112131415 |
- // =================================================================================
- // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
- // =================================================================================
- package alist
- import (
- "context"
- "goautodownload/api/alist/v1"
- )
- type IAlistV1 interface {
- GetList(ctx context.Context, req *v1.GetListReq) (res *v1.GetListRes, err error)
- }
|