Documentation
¶
Index ¶
- type Resource
- func (r *Resource) Breadcrumbs() ([]string, error)
- func (r *Resource) Doc() (*goquery.Document, error)
- func (r *Resource) ID() (int, error)
- func (r *Resource) Timestamp() (string, error)
- func (r *Resource) Title() (string, error)
- func (r *Resource) URL() (string, bool)
- func (r *Resource) Updated() (time.Time, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func ResourceFromID ¶
func ResourceFromID[T constraints.Integer](id T) Resource
func ResourceFromURL ¶
func (*Resource) Breadcrumbs ¶
Click to show internal directories.
Click to hide internal directories.