package
Version:
v0.0.0-...-bcd99a2
Opens a new window with list of versions in this module.
Published: Jul 8, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DynamicLinkInfo struct {
DomainUriPrefix string `json:"domainUriPrefix,omitempty"`
Link string `json:"link,omitempty"`
SocialMetaTagInfo *SocialMetaTagInfo `json:"socialMetaTagInfo,omitempty"`
}
type Error struct {
Code int `json:"code"`
Message string `json:"message"`
Status string `json:"status"`
}
type Result struct {
Error *Error `json:"error,omitempty"`
ShortLink string `json:"shortLink,omitempty"`
}
type SocialMetaTagInfo struct {
SocialTitle string `json:"socialTitle,omitempty"`
SocialDescription string `json:"socialDescription,omitempty"`
SocialImageLink string `json:"socialImageLink,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.