meta

package
v4.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2020 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Author

type Author struct {
	Name string
	URL  string
}

func (Author) GetName

func (a Author) GetName() string

Author

func (Author) GetURL

func (a Author) GetURL() string

type Description

type Description struct {
	Title       string
	Description string
}

func (Description) GetDescription

func (d Description) GetDescription() string

func (Description) GetTitle

func (d Description) GetTitle() string

Description

type ID

type ID struct {
	ID      meta.PluginID
	Version string
}

func (ID) GetID

func (id ID) GetID() meta.PluginID

ID

func (ID) GetVersion

func (id ID) GetVersion() string

func (ID) String

func (id ID) String() string

type License

type License struct {
	Title string
	Type  enum.LicenseType
	URL   string
}

func (License) GetTitle

func (l License) GetTitle() string

License

func (License) GetType

func (l License) GetType() enum.LicenseType

func (License) GetURL

func (l License) GetURL() string
type Link struct {
	Title string
	URL   string
}

func (Link) GetTitle

func (l Link) GetTitle() string

Link

func (Link) GetURL

func (l Link) GetURL() string

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) GetAuthor

func (m Meta) GetAuthor() meta.Author

func (Meta) GetDependencies

func (m Meta) GetDependencies() []meta.Dependency

func (Meta) GetDescription

func (m Meta) GetDescription() meta.Description

func (Meta) GetID

func (m Meta) GetID() meta.ID

Meta

func (Meta) GetInterface

func (m Meta) GetInterface() meta.Interface

func (Meta) GetLicense

func (m Meta) GetLicense() []meta.License
func (m Meta) GetLinks() []meta.Link

func (Meta) GetRepository

func (m Meta) GetRepository() meta.Repository

func (Meta) GetTags

func (m Meta) GetTags() []string

type Repository

type Repository struct {
	Type enum.RepositoryType
	URL  string
}

func (Repository) GetType

func (r Repository) GetType() enum.RepositoryType

Repository

func (Repository) GetURL

func (r Repository) GetURL() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL