Documentation ¶
Index ¶
- type Author
- type Description
- type ID
- type License
- type Link
- type Meta
- func (m Meta) GetAuthor() meta.Author
- func (m Meta) GetDependencies() []meta.Dependency
- func (m Meta) GetDescription() meta.Description
- func (m Meta) GetID() meta.ID
- func (m Meta) GetInterface() meta.Interface
- func (m Meta) GetLicense() []meta.License
- func (m Meta) GetLinks() []meta.Link
- func (m Meta) GetRepository() meta.Repository
- func (m Meta) GetTags() []string
- type Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Description ¶
func (Description) GetDescription ¶
func (d Description) GetDescription() string
type ID ¶
func (ID) GetVersion ¶
type License ¶
type License struct { Title string Type enum.LicenseType URL string }
func (License) GetType ¶
func (l License) GetType() enum.LicenseType
type Meta ¶
type Meta struct { ID meta.ID Author meta.Author Dependencies []meta.Dependency Description meta.Description Interface meta.Interface License []meta.License Links []meta.Link Repository meta.Repository Tags []string }
func (Meta) GetDependencies ¶
func (m Meta) GetDependencies() []meta.Dependency
func (Meta) GetDescription ¶
func (m Meta) GetDescription() meta.Description
func (Meta) GetInterface ¶
func (Meta) GetLicense ¶
func (Meta) GetRepository ¶
func (m Meta) GetRepository() meta.Repository
type Repository ¶
type Repository struct { Type enum.RepositoryType URL string }
func (Repository) GetURL ¶
func (r Repository) GetURL() string
Click to show internal directories.
Click to hide internal directories.