alist.go 418 B

123456789101112131415
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package alist
  5. import (
  6. "context"
  7. "goautodownload/api/alist/v1"
  8. )
  9. type IAlistV1 interface {
  10. GetList(ctx context.Context, req *v1.GetListReq) (res *v1.GetListRes, err error)
  11. }