Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidSource ¶
func IsValidSourceId ¶
Types ¶
type WOFSource ¶
type WOFSource struct {
Id int64 `json:"id"`
Fullname string `json:"fullname"`
Name string `json:"name"`
Prefix string `json:"prefix"`
Key string `json:"key"`
URL string `json:"url"`
License string `json:"license"`
Description string `json:"description"`
}
func GetSourceById ¶
func GetSourceByName ¶
func GetSourceByPrefix ¶ added in v0.2.0
type WOFSourceSpecification ¶
func Spec ¶
func Spec() (*WOFSourceSpecification, error)
Click to show internal directories.
Click to hide internal directories.