Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheExporter ¶
type CacheExporter struct {
// contains filtered or unexported fields
}
func NewCacheExporter ¶
func NewCacheExporter(opt ExporterOpt) *CacheExporter
func (*CacheExporter) Export ¶
func (ce *CacheExporter) Export(ctx context.Context, rec []CacheRecord, target string) error
type CacheImporter ¶
type CacheImporter struct {
// contains filtered or unexported fields
}
func NewCacheImporter ¶
func NewCacheImporter(opt ImportOpt) *CacheImporter
func (*CacheImporter) Import ¶
func (ci *CacheImporter) Import(ctx context.Context, ref string) (instructioncache.InstructionCache, error)
type CacheRecord ¶
type ExporterOpt ¶
Click to show internal directories.
Click to hide internal directories.