Documentation
¶
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
}
func NewServer ¶
Creates a new fake-oidc on the specified port. If the port is 0, the server will bind an available port. The port should not be prefixed with a colon.
func (*Server) GetBoundAddr ¶
Returns the address the server is running on. Useful if you've bound a random port.
Click to show internal directories.
Click to hide internal directories.