Documentation
¶
Overview ¶
fluenttest provides Fluentd logging stack testing utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestServer ¶
type TestServer struct {
Listener net.Listener
MessageCh chan *Message
Network string
Port int
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(network, host string) (*TestServer, error)
func (*TestServer) Shutdown ¶
func (s *TestServer) Shutdown()
Click to show internal directories.
Click to hide internal directories.