Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveRequest ¶
type ArchiveRequest struct {
// url
// Required: true
// Min Length: 1
URL *string `json:"url"`
}
func (*ArchiveRequest) MarshalBinary ¶
func (m *ArchiveRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ArchiveRequest) UnmarshalBinary ¶
func (m *ArchiveRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ArchiveResponse ¶
type ArchiveResponse struct {
// archived url
// Read Only: true
ArchivedURL string `json:"archived_url,omitempty"`
// id
// Read Only: true
ID string `json:"id,omitempty"`
}
func (*ArchiveResponse) MarshalBinary ¶
func (m *ArchiveResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ArchiveResponse) UnmarshalBinary ¶
func (m *ArchiveResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Error ¶
type Error struct {
// message
// Required: true
// Read Only: true
Message string `json:"message"`
}
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.