Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action struct {
ContentType string
Content string
DataPath *string
Pattern *string
FallbackAction *int
Primary bool
Priority int
}
func FetchAction ¶
func FetchActions ¶
func (Action) IsImageType ¶ added in v1.0.1
type ByPriority ¶
type ByPriority []Action
func (ByPriority) Len ¶
func (b ByPriority) Len() int
func (ByPriority) Less ¶
func (b ByPriority) Less(i, j int) bool
func (ByPriority) Swap ¶
func (b ByPriority) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.