Skip to content

Commit c971ea6

Browse files
committed
remove DescribeDomainRecordsNew.{TTL, Priority, Line, Status, Locked}
1 parent 28509f0 commit c971ea6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM chenhw2/alpine:base
22
MAINTAINER CHENHW2 <https://github.com/chenhw2>
33

4-
ARG VER=20170816
4+
ARG VER=20170907
55
ARG URL=https://github.com/chenhw2/aliyun-ddns-cli/releases/download/v$VER/aliddns_linux-amd64-$VER.tar.gz
66

77
RUN mkdir -p /usr/bin \

alidns/DescribeDomainRecordInfoNew.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ type RecordTypeNew struct {
99
RR string
1010
Type string
1111
Value string
12-
TTL string
13-
Priority string
14-
Line string
15-
Status string
16-
Locked bool
1712
}
1813

1914
type DescribeDomainRecordInfoNewArgs struct {

0 commit comments

Comments
 (0)