Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalObjectStore ¶
type LocalObjectStore struct {
// contains filtered or unexported fields
}
func NewLocalObjectStore ¶
func NewLocalObjectStore(root string) (*LocalObjectStore, error)
func (*LocalObjectStore) PutArtifactMetadata ¶
func (s *LocalObjectStore) PutArtifactMetadata(artifact spec.Artifact) error
func (*LocalObjectStore) Status ¶
func (s *LocalObjectStore) Status() map[string]any
type ObjectStore ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(store storage.Store, objectStore ObjectStore) *Service
func (*Service) ListByTaskpack ¶
Click to show internal directories.
Click to hide internal directories.