Documentation
¶
Index ¶
Constants ¶
View Source
const HeaderAPIKey = "X-API-Key"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHandlers ¶
type FakeHandlers struct {
CreateRun http.HandlerFunc
PostFileUpload http.HandlerFunc
PatchFileInfo http.HandlerFunc
Predict http.HandlerFunc
PutS3File http.HandlerFunc
NotFound http.HandlerFunc
}
type FakeServer ¶
type FakeServer struct {
Handlers *FakeHandlers
Env map[string]string
Runs map[string]client.CIRunRequest
Files [][]byte
Predicts []client.PredictRequest
// 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.