Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(options ...HandlerOption) *Handler
type HandlerOption ¶
type HandlerOption func(h *Handler)
func WithAddress ¶
func WithAddress(addr string) HandlerOption
func WithLogger ¶
func WithLogger(logger Logger) HandlerOption
func WithService ¶
func WithService(services service.Services) HandlerOption
Click to show internal directories.
Click to hide internal directories.