Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(s *Server)
Option is a function that applies a configuration to the server.
func WithLogger ¶
WithLogger sets the logger to use. By default, it logs to the standard library logger.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a provides HTTP routes for querying the group table.
func (*Server) AttachAction ¶
AttachSource attaches a new source to the query server.
func (*Server) AttachFuncAction ¶
Click to show internal directories.
Click to hide internal directories.