Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier struct {
// Owner
Owner string
// Name
Name string
// Version (optional)
Version string
}
func ParseIdentifier ¶
func ParseIdentifier(s string) (*Identifier, error)
func (*Identifier) String ¶
func (i *Identifier) String() string
func (*Identifier) Validate ¶
func (i *Identifier) Validate() error
Click to show internal directories.
Click to hide internal directories.