Documentation ¶
Index ¶
Constants ¶
View Source
const HeaderAPIKey = "X-API-Key"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeServer ¶
type FakeServer struct { Env map[string]string Runs map[string]client.CIRunRequest Files [][]byte // contains filtered or unexported fields }
func NewServer ¶
func NewServer(t *testing.T, l *slog.Logger, ci client.CIProviderName) *FakeServer
func (*FakeServer) Close ¶
func (s *FakeServer) Close()
func (*FakeServer) ExtractTar ¶
func (s *FakeServer) ExtractTar(i int) (map[string][]byte, error)
Click to show internal directories.
Click to hide internal directories.