Documentation
¶
Overview ¶
Package debugger provides functionality for the Tako framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a headless HTTP debug server.
func (*Server) Start ¶
Start runs the server in a background goroutine. Returns an error if the listener fails to start.
func (*Server) ValidateToken ¶
ValidateToken reports whether bearerToken matches the server's auth token.
Click to show internal directories.
Click to hide internal directories.