File: ostree_dest_test.go

package info (click to toggle)
golang-github-containers-image 5.28.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,104 kB
  • sloc: sh: 194; makefile: 73
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
//go:build containers_image_ostree
// +build containers_image_ostree

package ostree

import (
	"github.com/containers/image/v5/internal/private"
)

var _ private.ImageDestination = (*ostreeImageDestination)(nil)