Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnknownLocation = errors.New("unknown location")
)
View Source
var (
ErrUnknownType = errors.New("unknown type")
)
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier string
func IdentifierFromString ¶
func IdentifierFromString(id string) (Identifier, error)
func (Identifier) String ¶
func (i Identifier) String() string
type Provider ¶
type Provider struct { Name Identifier Platform Type }
Click to show internal directories.
Click to hide internal directories.