Documentation
¶
Overview ¶
* BSD 3-Clause License * Copyright © 2022. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BitlyShortLinksRequest ¶
type BitlyShortLinksResponse ¶
type BitlyShortLinksResponse struct { CreatedAt string `json:"created_at"` ID string `json:"id"` Link string `json:"link"` CustomBitlinks []interface{} `json:"custom_bitlinks"` LongURL string `json:"long_url"` Archived bool `json:"archived"` Tags []interface{} `json:"tags"` DeepLinks []interface{} `json:"deepLink"` References struct { Group string `json:"group"` } `json:"references"` }
type Rebrandly ¶
type Rebrandly struct { ID string `json:"id"` Title string `json:"title"` Slashtag string `json:"slashtag"` Destination string `json:"destination"` ShortURL string `json:"shortUrl"` Domain RebrandlyDomain `json:"domain"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` Clicks int `json:"clicks"` LastClickAt time.Time `json:"lastClickAt"` Favourite bool `json:"favourite"` }
type RebrandlyDomain ¶
Click to show internal directories.
Click to hide internal directories.