Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetPanicLogger ¶
SetPanicLogger replaces the destination for recovered-panic stack traces. It is intended for tests; callers must restore the previous value.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(service *application.Service) *Server
func NewUninitializedServer ¶
func NewUninitializedServer() *Server
NewUninitializedServer creates a server that responds to all tools with guidance to initialize specctl. Used when no .specs/ directory exists in the repo.
Click to show internal directories.
Click to hide internal directories.