Documentation ¶
Overview ¶
Package fixtures contains test datadog package fixtures.
Package fixtures contains test datadog package fixtures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // FixtureSimpleV1 is a simple package fixture with version v1. FixtureSimpleV1 = Fixture{ Package: "simple", Version: "v1", // contains filtered or unexported fields } // FixtureSimpleV2 is a simple package fixture with version v2. FixtureSimpleV2 = Fixture{ Package: "simple", Version: "v2", // contains filtered or unexported fields } // FixtureSimpleV1Linux2Amd128 is a simple package fixture with version v1 for linux/amd128. FixtureSimpleV1Linux2Amd128 = Fixture{ Package: "simple", Version: "v1", // contains filtered or unexported fields } )
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents a test fixtures server.
func (*Server) PackageLayoutURL ¶
PackageLayoutURL returns the package layout URL for the given fixture.
func (*Server) PackageURL ¶
PackageURL returns the package URL for the given fixture.
Click to show internal directories.
Click to hide internal directories.