package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeviceURLData struct {
URL string `json:"url"`
Platform string `json:"platform"`
CreatedAt time.Time `json:"created_at"`
}
type URLData struct {
URL string `json:"url"`
Title string `json:"title,omitempty"`
ShortCode string `json:"short_code"`
CreatedAt time.Time `json:"created_at"`
ExpiresAt *time.Time `json:"expires_at"`
DeviceURLs map[string]DeviceURLData `json:"device_urls,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.