Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JanitorServer ¶
type JanitorServer struct { sync.RWMutex // protect tcpd // contains filtered or unexported fields }
func NewJanitorServer ¶
func NewJanitorServer(cfg *config.Janitor) *JanitorServer
func (*JanitorServer) ApiServe ¶
func (s *JanitorServer) ApiServe(r *gin.RouterGroup)
func (*JanitorServer) EmitEvent ¶
func (s *JanitorServer) EmitEvent(ev *upstream.BackendEvent)
func (*JanitorServer) Start ¶
func (s *JanitorServer) Start() error
Click to show internal directories.
Click to hide internal directories.