Skip to content

Commit

Permalink
remove DescribeDomainRecordsNew.{TTL, Priority, Line, Status, Locked}
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed Sep 7, 2017
1 parent 28509f0 commit c971ea6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM chenhw2/alpine:base
MAINTAINER CHENHW2 <https://github.com/chenhw2>

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

RUN mkdir -p /usr/bin \
Expand Down
5 changes: 0 additions & 5 deletions alidns/DescribeDomainRecordInfoNew.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ type RecordTypeNew struct {
RR string
Type string
Value string
TTL string
Priority string
Line string
Status string
Locked bool
}

type DescribeDomainRecordInfoNewArgs struct {
Expand Down

0 comments on commit c971ea6

Please sign in to comment.