Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveFileSystem ¶
type ComponentArchive ¶
type ComponentArchive interface { AddBlob(blob cpi.BlobAccess, artType string, refName string, global cpi.AccessSpec, opts ...cpi.BlobUploadOption) (cpi.AccessSpec, error) SetResource(meta *cpi.ResourceMeta, access compdesc.AccessSpec, opts ...cpi.ModificationOption) error Close() error }
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(fileSystem ArchiveFileSystem) (*Service, error)
func (*Service) AddModuleResourcesToArchive ¶
func (s *Service) AddModuleResourcesToArchive(archive ComponentArchive, moduleResources []resources.Resource, ) error
func (*Service) CreateComponentArchive ¶
func (s *Service) CreateComponentArchive(descriptor *compdesc.ComponentDescriptor) (*comparch.ComponentArchive, error)
Click to show internal directories.
Click to hide internal directories.