Documentation ¶
Index ¶
- func ValidateManifest(parent string, manifest *rpc.Manifest) []error
- type Action
- type ExecCommandTask
- type RegistryLister
- func (r *RegistryLister) ListAPIs(ctx context.Context, api names.Api, filter string, handler core.ApiHandler) error
- func (r *RegistryLister) ListArtifacts(ctx context.Context, artifact names.Artifact, filter string, contents bool, ...) error
- func (r *RegistryLister) ListSpecs(ctx context.Context, spec names.Spec, filter string, handler core.SpecHandler) error
- func (r *RegistryLister) ListVersions(ctx context.Context, version names.Version, filter string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecCommandTask ¶
func (*ExecCommandTask) String ¶
func (task *ExecCommandTask) String() string
type RegistryLister ¶ added in v0.5.5
type RegistryLister struct {
RegistryClient connection.RegistryClient
}
func (*RegistryLister) ListAPIs ¶ added in v0.5.5
func (r *RegistryLister) ListAPIs(ctx context.Context, api names.Api, filter string, handler core.ApiHandler) error
func (*RegistryLister) ListArtifacts ¶ added in v0.5.5
func (r *RegistryLister) ListArtifacts(ctx context.Context, artifact names.Artifact, filter string, contents bool, handler core.ArtifactHandler) error
func (*RegistryLister) ListSpecs ¶ added in v0.5.5
func (r *RegistryLister) ListSpecs(ctx context.Context, spec names.Spec, filter string, handler core.SpecHandler) error
func (*RegistryLister) ListVersions ¶ added in v0.5.5
func (r *RegistryLister) ListVersions(ctx context.Context, version names.Version, filter string, handler core.VersionHandler) error
Click to show internal directories.
Click to hide internal directories.