Documentation
¶
Index ¶
- type Service
- func (s *Service) Ping(context.Context, *connect.Request[ftlv1.PingRequest]) (*connect.Response[ftlv1.PingResponse], error)
- func (s *Service) StartServices(ctx context.Context) ([]rpc.Option, error)
- func (s *Service) StartTestRun(ctx context.Context, req *connect.Request[testpb.StartTestRunRequest]) (*connect.Response[testpb.StartTestRunResponse], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewTestService ¶
func NewTestService(realm string, updated chan dev.LocalEndpoint) *Service
func (*Service) Ping ¶
func (s *Service) Ping(context.Context, *connect.Request[ftlv1.PingRequest]) (*connect.Response[ftlv1.PingResponse], error)
Ping implements testpbconnect.TestServiceHandler.
func (*Service) StartServices ¶
func (*Service) StartTestRun ¶
func (s *Service) StartTestRun(ctx context.Context, req *connect.Request[testpb.StartTestRunRequest]) (*connect.Response[testpb.StartTestRunResponse], error)
StartTestRun implements testpbconnect.TestServiceHandler.
Click to show internal directories.
Click to hide internal directories.