Documentation
¶
Index ¶
- type Model
- func (m *Model) Config() (types.Config, error)
- func (m *Model) ConfigFile() (*v1.ConfigFile, error)
- func (m *Model) ConfigName() (v1.Hash, error)
- func (m *Model) Descriptor() (types.Descriptor, error)
- func (m *Model) Digest() (v1.Hash, error)
- func (m *Model) ID() (string, error)
- func (m *Model) LayerByDiffID(hash v1.Hash) (v1.Layer, error)
- func (m *Model) LayerByDigest(hash v1.Hash) (v1.Layer, error)
- func (m *Model) Layers() ([]v1.Layer, error)
- func (m *Model) Manifest() (*v1.Manifest, error)
- func (m *Model) MediaType() (ggcr.MediaType, error)
- func (m *Model) RawConfigFile() ([]byte, error)
- func (m *Model) RawManifest() ([]byte, error)
- func (m *Model) Size() (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) ConfigFile ¶
func (m *Model) ConfigFile() (*v1.ConfigFile, error)
func (*Model) Descriptor ¶
func (m *Model) Descriptor() (types.Descriptor, error)
func (*Model) RawConfigFile ¶
func (*Model) RawManifest ¶
Click to show internal directories.
Click to hide internal directories.