Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Server)
Option is the functional option type for Server.
func WithAuthToken ¶
WithAuthToken sets the auth token to use. If it is unset, there is no auth.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the debug server struct. It should be created through StartServer.
func StartServer ¶
StartServer creates and starts a new debug server using the provided functional Options.
Click to show internal directories.
Click to hide internal directories.