Documentation ¶
Index ¶
- type ProfilesListRequest
- type Store
- func (s *Store) Delete(namespace string, name string, version string) error
- func (s *Store) GetProfileInfo(filename string, firejailProfilePath string) (string, []byte, []byte, error)
- func (s *Store) InstallMarket(owner, name, version string) error
- func (s *Store) ListProfiles() ([]inspec.Profile, error)
- func (s *Store) ListProfilesMetadata(req ProfilesListRequest) ([]inspec.Metadata, int, error)
- func (s *Store) LoadMarketProfiles(path string, firejailProfilePath string) error
- func (s *Store) Read(namespace string, name string, version string) (*inspec.Profile, error)
- func (s *Store) ReadMarket(name string, version string) (*inspec.Profile, error)
- func (s *Store) ReadMarketTar(name string, version string) ([]byte, error)
- func (s *Store) ReadTar(namespace string, name string, version string) ([]byte, error)
- func (s *Store) UploadProfile(sha256 string, namespace string, tar []byte, info []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfilesListRequest ¶
type Store ¶
func (*Store) GetProfileInfo ¶
func (*Store) InstallMarket ¶
func (*Store) ListProfilesMetadata ¶
func (*Store) LoadMarketProfiles ¶
func (*Store) ReadMarket ¶
returns data about an individual market profile
func (*Store) ReadMarketTar ¶
returns market tar
Click to show internal directories.
Click to hide internal directories.