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 standard out.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the main type used by client sot interact with the monitoring functionality of goka.
func (*Server) AttachProcessor ¶
func (*Server) AttachView ¶
AttachView attaches a processor to the monitor.
Click to show internal directories.
Click to hide internal directories.