Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Description ¶
type Interface ¶
type Interface string
func NewInterface ¶
func (Interface) Constraint ¶
func (Interface) IsUndefined ¶
type License ¶
type License interface { GetTitle() string GetType() enum.LicenseType GetURL() string }
type Meta ¶
type Meta interface { GetID() ID GetAuthor() Author GetDependencies() []Dependency GetDescription() Description GetInterface() Interface GetLicense() []License GetLinks() []Link GetRepository() Repository GetTags() []string }
type Repository ¶
type Repository interface { GetType() enum.RepositoryType GetURL() string }
Click to show internal directories.
Click to hide internal directories.