Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Initializable ¶
type Notification ¶
type Notifier ¶
type Notifier interface {
Notify(Notification)
}
type Page ¶
type Page struct {
Title string
Subtitle string
Notifications []Notification
Sections []Section
HasAssets bool
}
func (*Page) Notify ¶
func (p *Page) Notify(n Notification)
type ParseError ¶
func (*ParseError) As ¶
func (p *ParseError) As(target any) bool
func (*ParseError) Error ¶
func (p *ParseError) Error() string
func (*ParseError) Is ¶
func (p *ParseError) Is(err error) bool
type UpdateReceiver ¶
Click to show internal directories.
Click to hide internal directories.