Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIClient ¶
type APIClient interface {
McpGetRunTestFailures(api.McpGetRunTestFailuresRequest) (*api.McpTextResult, error)
}
type GetRunFailedTestsInput ¶
type GetRunFailedTestsInput struct {
RunUrls []string `json:"run_urls" jsonschema:"The URLs or IDs of the run"`
}
type ServeConfig ¶
type ServeConfig struct {
AccessToken string
Host string
AccessTokenBackend accesstoken.Backend
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(config ServerConfig) *Server
type ServerConfig ¶
type ServerConfig struct {
APIClient APIClient
}
Click to show internal directories.
Click to hide internal directories.