Documentation ¶
Index ¶
- func UnusedPort() (string, error)
- type Server
- func (s *Server) Close()
- func (s *Server) GeneratePAT(email string) (string, error)
- func (s *Server) IsMock() bool
- func (s *Server) IsProxy() bool
- func (s *Server) RecreateUser(username string) error
- func (s *Server) Start(ctx context.Context) error
- func (s *Server) StartMock(ctx context.Context) error
- func (s *Server) StartProxy(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnusedPort ¶ added in v0.0.8
Types ¶
type Server ¶
type Server struct { Host string RootDir string URL string RailsPort string // contains filtered or unexported fields }
func (*Server) GeneratePAT ¶ added in v0.0.1
func (*Server) RecreateUser ¶ added in v0.0.39
Click to show internal directories.
Click to hide internal directories.