Globally renamed property RedirectUrl to LongUrl
This commit is contained in:
@@ -12,14 +12,14 @@ type (
|
||||
}
|
||||
|
||||
ExpandResp {
|
||||
RedirectUrl string `json:"redirectUrl"`
|
||||
LongUrl string `json:"longUrl"`
|
||||
}
|
||||
)
|
||||
|
||||
type (
|
||||
ShortenReq {
|
||||
RedirectUrl string `json:"redirectUrl"`
|
||||
ExpiresIn int64 `json:"expiresIn,optional"`
|
||||
LongUrl string `json:"longUrl"`
|
||||
ExpiresIn int64 `json:"expiresIn,optional"`
|
||||
}
|
||||
|
||||
ShortenResp {
|
||||
|
||||
Reference in New Issue
Block a user