Searched defs:UnfurlRaw (Results 1 – 2 of 2) sorted by relevance
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/ |
H A D | unfurl.go | 194 type UnfurlRaw struct { struct 195 UnfurlType__ UnfurlType `codec:"unfurlType" json:"unfurlType"` 196 Generic__ *UnfurlGenericRaw `codec:"generic,omitempty" json:"generic,omitempty"` 198 Giphy__ *UnfurlGiphyRaw `codec:"giphy,omitempty" json:"giphy,omitempty"` 199 Maps__ *UnfurlMapsRaw `codec:"maps,omitempty" json:"maps,omitempty"` 202 func (o *UnfurlRaw) UnfurlType() (ret UnfurlType, err error) { 228 func (o UnfurlRaw) Generic() (res UnfurlGenericRaw) { 238 func (o UnfurlRaw) Youtube() (res UnfurlYoutubeRaw) { 248 func (o UnfurlRaw) Giphy() (res UnfurlGiphyRaw) { 258 func (o UnfurlRaw) Maps() (res UnfurlMapsRaw) { [all …]
|
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/ |
H A D | unfurl.go | 194 type UnfurlRaw struct { struct 195 UnfurlType__ UnfurlType `codec:"unfurlType" json:"unfurlType"` 196 Generic__ *UnfurlGenericRaw `codec:"generic,omitempty" json:"generic,omitempty"` 198 Giphy__ *UnfurlGiphyRaw `codec:"giphy,omitempty" json:"giphy,omitempty"` 199 Maps__ *UnfurlMapsRaw `codec:"maps,omitempty" json:"maps,omitempty"` 202 func (o *UnfurlRaw) UnfurlType() (ret UnfurlType, err error) { 228 func (o UnfurlRaw) Generic() (res UnfurlGenericRaw) { 238 func (o UnfurlRaw) Youtube() (res UnfurlYoutubeRaw) { 248 func (o UnfurlRaw) Giphy() (res UnfurlGiphyRaw) { 258 func (o UnfurlRaw) Maps() (res UnfurlMapsRaw) { [all …]
|