Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constraint ¶
type Constraint struct {
*semver.Constraints
RawValue string
}
func (*Constraint) UnmarshalFlag ¶
func (o *Constraint) UnmarshalFlag(data string) error
type ConstraintList ¶
type ConstraintList []*Constraint
func (ConstraintList) Constraints ¶
func (cl ConstraintList) Constraints() []*semver.Constraints
type Export ¶ added in v0.5.0
func (*Export) UnmarshalFlag ¶ added in v0.5.0
type Ref ¶
func (*Ref) UnmarshalFlag ¶
type ResourceMatcher ¶
type ResourceMatcher string
func (*ResourceMatcher) Match ¶
func (o *ResourceMatcher) Match(remote string) bool
func (*ResourceMatcher) Validate ¶
func (o *ResourceMatcher) Validate() error
type ResourceMatcherList ¶
type ResourceMatcherList []ResourceMatcher
func (ResourceMatcherList) IsEmpty ¶
func (o ResourceMatcherList) IsEmpty() bool
func (ResourceMatcherList) Match ¶
func (o ResourceMatcherList) Match(remote string) ResourceMatcherList
type ResourceTransfer ¶
type ResourceTransfer struct {
RemoteMatch ResourceMatcher
LocalDir string
LocalName string
}
func (*ResourceTransfer) LocalPath ¶
func (o *ResourceTransfer) LocalPath() string
func (*ResourceTransfer) Resolve ¶
func (o *ResourceTransfer) Resolve(remote string) (ResourceTransfer, bool)
func (*ResourceTransfer) UnmarshalFlag ¶
func (o *ResourceTransfer) UnmarshalFlag(data string) error
type ResourceTransferList ¶
type ResourceTransferList []ResourceTransfer
type VerifyChecksum ¶ added in v0.5.0
type VerifyChecksum []string
func (VerifyChecksum) Profile ¶ added in v0.5.0
func (vR VerifyChecksum) Profile() (checksum.VerificationProfile, error)
Click to show internal directories.
Click to hide internal directories.