mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore:
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { VolcengineOpts } from "./dns-client.js";
|
||||
import { VolcengineOpts } from "./ve-client.js";
|
||||
import { CertInfo } from "@certd/plugin-cert";
|
||||
|
||||
export class VolcengineCdnClient {
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
import { VolcengineAccess } from "./access.js";
|
||||
import { http, HttpClient, ILogger } from "@certd/basic";
|
||||
import {http} from "@certd/basic";
|
||||
import querystring from "querystring";
|
||||
import {VolcengineOpts} from "./ve-client.js";
|
||||
|
||||
export type VolcengineOpts = {
|
||||
access: VolcengineAccess
|
||||
logger: ILogger
|
||||
http: HttpClient
|
||||
}
|
||||
|
||||
export type VolcengineReq = {
|
||||
method?: string;
|
||||
|
||||
Reference in New Issue
Block a user